Enables or disables debug logging for the MapsIndoors SDK.
Future<void> enableMapsIndoorsDebugLogging(bool enable) => MapsindoorsPlatform.instance.enableDebugLogging(enable);