Future<void> write(String key, String value) async { await source.write(key, value); await refresh(); }