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