getAPIKey function

Future<String?> getAPIKey()

Retrieves the API key that was set by using loadMapsIndoors

Returns the API key, or "" if no key has been set

Implementation

Future<String?> getAPIKey() => MapsindoorsPlatform.instance.getAPIKey();