getBool static method

Future<bool?> getBool(
  1. String key
)

Implementation

static Future<bool?> getBool(String key) async {
  return await _cacheApi.getBool(key);
}