getUserRoles function

Future<MPUserRoleCollection?> getUserRoles()

Gets the User Roles for the current solution

Note that role names are localized

Implementation

Future<MPUserRoleCollection?> getUserRoles() =>
    MapsindoorsPlatform.instance.getUserRoles();