resetZoom method

Future<void> resetZoom()

Setting the scale factor to the default zoom factor.

Implementation

Future<void> resetZoom() async {
  await this._channel.invokeMethod('resetZoom');
}