fetchState method

  1. @override
Future<bool?> fetchState()
override

Implementation

@override
Future<bool?> fetchState() async {
  return await _cacheApi.getBool(stateKey);
}