getMyProfiles abstract method

Future<Map<String, dynamic>> getMyProfiles()

Return a Map of all the profile for the current user Profiles are under the key myprofiles Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-my-profiles.

Implementation

Future<Map<String, dynamic>> getMyProfiles();