buildLiveUrl method

Widget buildLiveUrl()

Implementation

Widget buildLiveUrl() {
  return buildCopyItem(MeetingCoreValueKey.copyLiveUrl,
      Strings.meetingLiveUrl, _arguments.liveAddress ?? '');
}