getSize method Null safety
Gets the size of the map. Note : not supported for iOS.
Implementation
Future<Size> getSize() => _mapInterface.getSize();
Gets the size of the map. Note : not supported for iOS.
Future<Size> getSize() => _mapInterface.getSize();