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