@override Future<void> close() async { await this.dispatch(MeowChannelClose()); _stateChannel.close(); }