Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove pointless assert
  • Loading branch information
stuartmorgan-g committed Feb 17, 2021
commit 77a1348e1611e254e8cda763632bf8e05db04ebe
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class GoogleMapController {
CameraPosition initialCameraPosition,
this._googleMapState, {
required this.mapId,
}) : assert(GoogleMapsFlutterPlatform.instance != null) {
}) {
_connectStreams(mapId);
}

Expand Down