enableMapsIndoorsDebugLogging function

Future<void> enableMapsIndoorsDebugLogging(
  1. bool enable
)

Enables or disables debug logging for the MapsIndoors SDK.

Implementation

Future<void> enableMapsIndoorsDebugLogging(bool enable) =>
    MapsindoorsPlatform.instance.enableDebugLogging(enable);