getDebug method
Returns the map debug options
.
Implementation
@Deprecated("Use 'getDebugOptions()' instead")
Future<List<MapDebugOptions?>> getDebug() => _mapInterface.getDebug();
Returns the map debug options
.
@Deprecated("Use 'getDebugOptions()' instead")
Future<List<MapDebugOptions?>> getDebug() => _mapInterface.getDebug();