getScale method

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

Use getZoomScale instead.

Implementation

@Deprecated('Use getZoomScale instead')
Future<double?> getScale() => platform.getScale();