setDebug method
- @Deprecated("Use 'setDebugOptions()' instead")
- List<
MapDebugOptions?> debugOptions, - bool value
Sets the map debug options
and enables debug mode based on the passed value.
Implementation
@Deprecated("Use 'setDebugOptions()' instead")
Future<void> setDebug(List<MapDebugOptions?> debugOptions, bool value) =>
_mapInterface.setDebug(debugOptions, value);