sync static method

Future<void> sync()

Force-flush the offline sync queue.

Implementation

static Future<void> sync() async {
  _ensure();
  await _provider!.forceSync();
}