setDebugOptions method
- List<
MapWidgetDebugOptions> options
Replaces the set of enabled widget debug options with options.
Implementation
Future<void> setDebugOptions(List<MapWidgetDebugOptions> options) =>
_impl.setDebugOptions(options);
Replaces the set of enabled widget debug options with options.
Future<void> setDebugOptions(List<MapWidgetDebugOptions> options) =>
_impl.setDebugOptions(options);