reloadAllTimelines static method
Reloads the timelines for all configured widgets belonging to the containing app.
Implementation
static Future<void> reloadAllTimelines() async {
return _instance.reloadAllTimelines();
}
Reloads the timelines for all configured widgets belonging to the containing app.
static Future<void> reloadAllTimelines() async {
return _instance.reloadAllTimelines();
}