exitMeeting method

Future<void> exitMeeting()

Implementation

Future<void> exitMeeting() async {
  return await CrImpl.instance.exitMeeting();
}