leaveMeeting method Null safety
just call this method to leave meeting.
Implementation
Future<void> leaveMeeting() async {
return await PlatformService.invokeMethod(PlatformMethod.leaveMeeting);
}
just call this method to leave meeting.
Future<void> leaveMeeting() async {
return await PlatformService.invokeMethod(PlatformMethod.leaveMeeting);
}