disableMapsIndoorsEventLogging function

Future<void> disableMapsIndoorsEventLogging(
  1. bool disable
)

disable SDK event logging through MapsIndoors. No logs will be created or send with this disabled.

By default it is enabled. But disabled in the CMS meaning logs will be created but never uploaded.

Implementation

Future<void> disableMapsIndoorsEventLogging(bool disable) =>
    MapsindoorsPlatform.instance.disableEventLogging(disable);