end method

Future<void> end(
  1. String id, {
  2. required LiveUpdateOutcome outcome,
  3. String? title,
  4. String? subtitle,
  5. 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.');
}