getGesturesEnabled method Null safety

Future<bool?> getGesturesEnabled()

获取map是否支持所有手势操作

gesturesEnabled 是否支持所有手势操作

Implementation

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