empty static method

MessageOriginChannel empty()
override

create MessageOriginChannel Empty

Implementation

static MessageOriginChannel empty() {
  return MessageOriginChannel({});
}