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