getFullSession method Null safety

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

Return the session data include in the php $_SESSION. For the moment it's just a Map of the json response. Reference: https://github.com/glpi-project/glpi/blob/master/apirest.md#get-full-session.

Implementation

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