loadMapsIndoors function
Loads content from the MapsIndoors solution matching the given API key
.
Use the MPError to determine if the SDK has loaded successfully.
Implementation
Future<MPError?> loadMapsIndoors(String key) =>
MapsindoorsPlatform.instance.load(key);