getLocations function

Future<List<MPLocation>?> getLocations()

Gets all locations (a list of MPLocation objects) for the current API Key

Implementation

Future<List<MPLocation>?> getLocations() =>
    MapsindoorsPlatform.instance.getLocations();