getForceTouchEnabled method

Future<bool> getForceTouchEnabled ()

获取map是否支持3Dtouch

forceTouchEnabled 是否支持3Dtouch

ios 独有

Implementation

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