InboxMessageView constructor

InboxMessageView({
  1. required String messageId,
  2. void onLoadStarted()?,
  3. void onLoadFinished()?,
  4. void onLoadError(
    1. PlatformException
    )?,
  5. void onClose()?,
})

Implementation

InboxMessageView(
    {required this.messageId,
    this.onLoadStarted,
    this.onLoadFinished,
    this.onLoadError,
    this.onClose});