viewMeeting static method
Implementation
static dynamic viewMeeting(String token, ViewMeetingType body) async {
return postFetch(token, ApiEndpoint.viewMeeting, body);
}
static dynamic viewMeeting(String token, ViewMeetingType body) async {
return postFetch(token, ApiEndpoint.viewMeeting, body);
}