loadMapsIndoors function

Future<MPError?> loadMapsIndoors(
  1. String key
)

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);