getZoomLevel method Null safety
获取当前缩放等级
Implementation
static Future<double> getZoomLevel() async {
return await _channel.invokeMethod('getZoomLevel');
}
获取当前缩放等级
static Future<double> getZoomLevel() async {
return await _channel.invokeMethod('getZoomLevel');
}