update method
Updates an existing live update.
Implementation
Future<void> update(LiveUpdateContent content) {
throw UnimplementedError('update() has not been implemented.');
}
Updates an existing live update.
Future<void> update(LiveUpdateContent content) {
throw UnimplementedError('update() has not been implemented.');
}