setIsGestureScaleByMapCenterPosition method Null safety

Future<void> setIsGestureScaleByMapCenterPosition(
  1. bool flag
)

设置是否以地图中心点缩放

flag - 是否以地图中心点缩放

Implementation

Future<void> setIsGestureScaleByMapCenterPosition(bool flag) async {
  await _channel.invokeMethod('setIsGestureScaleByMapCenterPosition', flag);
}