getDebugOptions method

Future<List<MapWidgetDebugOptions>> getDebugOptions()

Returns the currently-enabled widget debug options for this map.

Implementation

Future<List<MapWidgetDebugOptions>> getDebugOptions() =>
    _impl.getDebugOptions();