Future<void> allGesturesEnabled(bool value) async { return _channel.invokeMethod('allGesturesEnabled', {'isEnable': value}); }