Future<void> updatePath(String path) async { await _completer.future; _preferences.setString('path', path); }