getDebug method Null safety

Future<List<MapDebugOptions?>> getDebug()

Returns the map debug options.

Implementation

Future<List<MapDebugOptions?>> getDebug() => _mapInterface.getDebug();