InboxMessageView constructor
- required String messageId,
- void onLoadStarted()?,
- void onLoadFinished()?,
- void onLoadError()?,
- void onClose()?,
Implementation
InboxMessageView(
{required this.messageId,
this.onLoadStarted,
this.onLoadFinished,
this.onLoadError,
this.onClose});