isZoomGestureEnable method Null safety
缩放手势是否启用
Implementation
static Future<bool> isZoomGestureEnable() async {
return await _channel.invokeMethod('isZoomGestureEnable');
}
缩放手势是否启用
static Future<bool> isZoomGestureEnable() async {
return await _channel.invokeMethod('isZoomGestureEnable');
}