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