checkLogin abstract method

Future<RequestResponse<K>> checkLogin({
  1. bool? shouldUpdateSession,
})

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});