isAuthenticated property

Future<bool> get isAuthenticated

Implementation

Future<bool> get isAuthenticated async {
  return await tokenPair != null;
}