getAccessTokenFromCache method

String? getAccessTokenFromCache()

Implementation

String? getAccessTokenFromCache() {
  return GetStorage().read<String>(Constants.canPassAccessTokenRef);
}