getBounds method Null safety
Returns the camera bounds of the map.
Implementation
Future<CameraBounds> getBounds() => _cameraManager.getBounds();
Returns the camera bounds of the map.
Future<CameraBounds> getBounds() => _cameraManager.getBounds();