sync static method
Manually sync feedback from storage (useful for cross-app updates)
Implementation
static Future<void> sync() async {
await ABUS.manager.storage?.sync();
}
Manually sync feedback from storage (useful for cross-app updates)
static Future<void> sync() async {
await ABUS.manager.storage?.sync();
}