receive method

Future<bool> receive(
  1. NoticeModel noticeModel
)

Implementation

Future<bool> receive(NoticeModel noticeModel) {
  return onReceive(noticeModel);
}