CourseNotifyCallback typedef

CourseNotifyCallback = dynamic Function(CourseNotify? courseNotify, CourseNotifyState state)

Implementation

typedef CourseNotifyCallback = Function(
  CourseNotify? courseNotify,
  CourseNotifyState state,
);