getForceTouchEnabled method Null safety

Future<bool?> getForceTouchEnabled()

获取map是否支持3Dtouch

forceTouchEnabled 是否支持3Dtouch

iOS 独有

Implementation

Future<bool?> getForceTouchEnabled() async {
  return await BMFMapDispatcherFactory.instance.mapGetPropertyDispatcher
      .getForceTouchEnabled(_mapChannel);
}