getCurrentUserRoles abstract method

Future<RequestResponse<List<String>>?> getCurrentUserRoles()

Returns an array of roles assigned to the currently logged in user.

Implementation

Future<RequestResponse<List<String>>?> getCurrentUserRoles();