@override Future<bool?> hideChannelButton() { channel_talk_service.hideChannelButton('hideChannelButton'); return Future.value(true); }