refreshAll static method
Triggers a refresh of all home widgets.
Implementation
static Future<void> refreshAll() async {
await _channel.invokeMethod('refreshAll', {'appGroupId': _appGroupId});
}
Triggers a refresh of all home widgets.
static Future<void> refreshAll() async {
await _channel.invokeMethod('refreshAll', {'appGroupId': _appGroupId});
}