@override Future<void> setZoom(double zoomFactor) async { await _methodChannel.invokeMethod('setZoom', {'zoom': zoomFactor}); }