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