loadMapsIndoorsWithVenues function
Loads content from the MapsIndoors solution matching the given API key.
Loads a subset of MPVenues defined in the venueIds parameter.
Throws an MPError if loading fails.
Implementation
Future<void> loadMapsIndoorsWithVenues(String key, List<String> venueIds) =>
MapsindoorsPlatform.instance.loadWithVenues(key, venueIds);