removeVenuesToSync function

Future<void> removeVenuesToSync(
  1. List<String> venueIds
)

Removes a collection of venues from active synchronization.

Implementation

Future<void> removeVenuesToSync(List<String> venueIds) =>
    MapsindoorsPlatform.instance.removeVenuesToSync(venueIds);