endLiveActivity method

Future<bool> endLiveActivity({
  1. String? activityId,
})

Implementation

Future<bool> endLiveActivity({String? activityId}) {
  throw UnimplementedError('endLiveActivity() has not been implemented.');
}