validateSession abstract method

Future<bool> validateSession()

The following methods apply to the currently logged in user

Returns bool indicating if this session is valid and has a logged in user.

Implementation

/// Returns [bool] indicating if this session is valid and has
/// a logged in user.
Future<bool> validateSession();