getAPIKey function
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();
Retrieves the API key that was set by using loadMapsIndoors
Returns the API key, or "" if no key has been set
Future<String?> getAPIKey() => MapsindoorsPlatform.instance.getAPIKey();