reloadAllTimelines static method

Future<void> reloadAllTimelines()

Reloads the timelines for all configured widgets belonging to the containing app.

Implementation

static Future<void> reloadAllTimelines() async {
  return _instance.reloadAllTimelines();
}