setDebug method Null safety
- List<
MapDebugOptions?> debugOptions, - bool value
Sets the map debug options and enables debug mode based on the passed value.
Implementation
Future<void> setDebug(List<MapDebugOptions?> debugOptions, bool value) =>
_mapInterface.setDebug(debugOptions, value);