addVenuesToSync function
Adds a collection of venues to be synchronized. All non-synchronized venues will be unloaded.
This will irreversably change the current loaded SDK to venue-sync mode.
Implementation
Future<void> addVenuesToSync(List<String> venueIds) =>
MapsindoorsPlatform.instance.addVenuesToSync(venueIds);