setDebugOptions method

Future<void> setDebugOptions(
  1. List<MapWidgetDebugOptions> options
)

Replaces the set of enabled widget debug options with options.

Implementation

Future<void> setDebugOptions(List<MapWidgetDebugOptions> options) =>
    _impl.setDebugOptions(options);