enableDebugInspection method

  1. @override
  2. @visibleForTesting
void enableDebugInspection()

Populates GoogleMapsFlutterInspectorPlatform.instance to allow inspecting the platform map state.

Implementation

@override
@visibleForTesting
void enableDebugInspection() {
  GoogleMapsInspectorPlatform.instance = GoogleMapsInspectorIOS(
    (int mapId) => MapsInspectorApi(messageChannelSuffix: mapId.toString()),
  );
}