setDebug method
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);
Sets the map debug options
and enables debug mode based on the passed value.
Future<void> setDebug(List<MapDebugOptions?> debugOptions, bool value) =>
_mapInterface.setDebug(debugOptions, value);