isZoomGestureEnable method Null safety

Future<bool> isZoomGestureEnable()

缩放手势是否启用

Implementation

Future<bool> isZoomGestureEnable() async {
  return await _channel.invokeMethod('isZoomGestureEnable');
}