enableDebugInspection method
Populates GoogleMapsFlutterInspectorPlatform.instance to allow
inspecting the platform map state.
Implementation
@override
@visibleForTesting
void enableDebugInspection() {
GoogleMapsInspectorPlatform.instance = GoogleMapsInspectorIOS(
(int mapId) => MapsInspectorApi(messageChannelSuffix: mapId.toString()),
);
}