enableDebugInspection method

  1. @visibleForTesting
void enableDebugInspection()

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

Implementation

@visibleForTesting
void enableDebugInspection() {
  throw UnimplementedError(
      'enableDebugInspection() has not been implemented.');
}