removeVenuesToSync function
Removes a collection of venues from active synchronization.
Implementation
Future<void> removeVenuesToSync(List<String> venueIds) =>
MapsindoorsPlatform.instance.removeVenuesToSync(venueIds);
Removes a collection of venues from active synchronization.
Future<void> removeVenuesToSync(List<String> venueIds) =>
MapsindoorsPlatform.instance.removeVenuesToSync(venueIds);