applyUserRoles function
Applies a list of MPUserRoles to the SDK which will get the UserRole specific locations.
Implementation
Future<void> applyUserRoles(List<MPUserRole> userRoles) =>
MapsindoorsPlatform.instance.applyUserRoles(userRoles);
Applies a list of MPUserRoles to the SDK which will get the UserRole specific locations.
Future<void> applyUserRoles(List<MPUserRole> userRoles) =>
MapsindoorsPlatform.instance.applyUserRoles(userRoles);