getMeetingUid method

Future<String?> getMeetingUid()

Implementation

Future<String?> getMeetingUid() async => await getData(Constant.meetingUid);