end method
Future<void>
end(
- String id, {
- required LiveUpdateOutcome outcome,
- String? title,
- String? subtitle,
- IosLiveActivityOptions? ios,
Ends an existing live update.
Implementation
Future<void> end(
String id, {
required LiveUpdateOutcome outcome,
String? title,
String? subtitle,
IosLiveActivityOptions? ios,
}) {
throw UnimplementedError('end() has not been implemented.');
}