hasCachedAccountInformation property

  1. @override
Future<bool> hasCachedAccountInformation
override

Implementation

@override
Future<bool> get hasCachedAccountInformation async =>
    (await _authStorage.loadTokenFromCache()).accessToken != null;