liveActivityStart method
Start an iOS Live Activity (ActivityKit) with the turn-key default attributes. The native side registers its update token via onLiveActivityToken.
Implementation
Future<void> liveActivityStart({
required String activityId,
required String activityType,
required Map<String, dynamic> contentState,
Map<String, dynamic>? attributes,
}) async {}