checkLogin abstract method
Checks the session's status (Whether the user is logged in or not) and returns it as SessionStatusInfo
Implementation
Future<RequestResponse<K>> checkLogin({bool? shouldUpdateSession});
Checks the session's status (Whether the user is logged in or not) and returns it as SessionStatusInfo
Future<RequestResponse<K>> checkLogin({bool? shouldUpdateSession});