isRotateGestureEnable method Null safety

Future<bool> isRotateGestureEnable()

旋转手势是否启用

Implementation

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