Sets a boolean value.
@override Future<bool> setBool(String key, bool value) async { _storage.setItem(key, value.toString()); return true; }