zoomOut method

Future<void> zoomOut()

Implementation

Future<void> zoomOut() {
  throw UnimplementedError('zoomOut() has not been implemented.');
}