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 =
      GoogleMapsInspectorAndroid((int mapId) => _channel(mapId));
}