updateMasked abstract method
- PrefsUpdate update
Applies a PrefsUpdate atomically. Fields set on the update are written; fields left null are unchanged.
Implementation
Future<TailscalePrefs> updateMasked(PrefsUpdate update);
Applies a PrefsUpdate atomically. Fields set on the update are written; fields left null are unchanged.
Future<TailscalePrefs> updateMasked(PrefsUpdate update);