updateWidget method
Saves imageBytes and actions to shared storage, then triggers a
native widget timeline reload for widgetName.
Implementation
Future<void> updateWidget({
required String widgetName,
required Uint8List imageBytes,
required List<Map<String, dynamic>> actions,
}) {
throw UnimplementedError('updateWidget() has not been implemented.');
}