start method
Starts a Live Activity and returns its activity id.
payload selects the template: a built-in one, or your own type named by
LiveActivitiesConfig.customType via LiveActivityPayload.custom.
Implementation
Future<String> start(LiveActivityPayload payload) {
throw UnimplementedError('start() has not been implemented.');
}