Returns the current zoom value.
Future<double> getZoom() async { final double zoom = await this._channel.invokeMethod('currentZoom'); return zoom; }