static Future<void> remove(String key) => _commitWrite( PrefsWriteRequest(operation: 'remove', key: key, value: null), () => instance.remove(key), );