enableRotateGesture method Null safety
- bool enable
设置是否启用旋转手势
on
- 是否启用
Implementation
static Future<void> enableRotateGesture(bool enable) async {
await _channel.invokeMethod('enableRotateGesture', enable);
}
设置是否启用旋转手势
on
- 是否启用
static Future<void> enableRotateGesture(bool enable) async {
await _channel.invokeMethod('enableRotateGesture', enable);
}