@override Future<void> putBool(String key, {required bool value}) async { data[key] = value.toString(); }