setDebug method

Future<void> setDebug(
  1. List<MapDebugOptions?> debugOptions,
  2. 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);