sync static method

Future<void> sync()

Manually sync feedback from storage (useful for cross-app updates)

Implementation

static Future<void> sync() async {
  await ABUS.manager.storage?.sync();
}