getVenues function
Gets a collection of all venues for the current API key
Implementation
Future<MPVenueCollection?> getVenues() =>
MapsindoorsPlatform.instance.getVenues();
Gets a collection of all venues for the current API key
Future<MPVenueCollection?> getVenues() =>
MapsindoorsPlatform.instance.getVenues();