endClass method

dynamic endClass()

Implementation

endClass() async {
  var body = EndClassBody(classId: _config.classId);
  await networkService.endClass(body);
  _eventbus.fire(MainEvent(type: EventTypeEnum.endClassSuccess));
}