getScale method

  1. @Deprecated('Use getZoomScale instead')
Future<double?> getScale()

Use getZoomScale instead.

Implementation

@Deprecated('Use getZoomScale instead')
Future<double?> getScale() {
  throw UnimplementedError(
      'getScale is not implemented on the current platform');
}