Asynchronously reads the stored boolean with the given key. If no boolean value is saved, the returned value will be null.
key
null
Future<bool?> fetchBool(String key);