refreshAll static method

Future<void> refreshAll()

Triggers a refresh of all home widgets.

Implementation

static Future<void> refreshAll() async {
  await _channel.invokeMethod('refreshAll', {'appGroupId': _appGroupId});
}