MessageInbox constructor
MessageInbox(
- MethodChannel _channel,
- MessageMapper _mapper
Implementation
MessageInbox(this._channel, this._mapper);
MessageInbox(this._channel, this._mapper);