getCurrentUserRoles abstract method
Returns an array of roles assigned to the currently logged in user.
Implementation
Future<RequestResponse<List<String>>?> getCurrentUserRoles();
Returns an array of roles assigned to the currently logged in user.
Future<RequestResponse<List<String>>?> getCurrentUserRoles();