destroyMapsIndoors function
void
destroyMapsIndoors()
Clears the internal state of MapsIndoors SDK. Any loaded content is purged from memory.
Invoke loadMapsIndoors to start the SDK anew.
Implementation
void destroyMapsIndoors() => MapsindoorsPlatform.instance.destroy();