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