setIsGestureScaleByMapCenterPosition method Null safety
- bool flag
设置是否以地图中心点缩放
flag
- 是否以地图中心点缩放
Implementation
static Future<void> setIsGestureScaleByMapCenterPosition(bool flag) async {
await _channel.invokeMethod('setIsGestureScaleByMapCenterPosition', flag);
}