sync static method
Force-flush the offline sync queue.
Implementation
static Future<void> sync() async {
_ensure();
await _provider!.forceSync();
}
Force-flush the offline sync queue.
static Future<void> sync() async {
_ensure();
await _provider!.forceSync();
}