Future<bool> isUserInMeeting(String userID) async { return await _channel.invokeMethod("isUserInMeeting", {"userID": userID}); }