getActiveProfile method Null safety

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

Return the current active profile for the current user as a Map Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-active-profile

Implementation

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