zoomIn method

Future<void> zoomIn()

Implementation

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