showChannelButton static method

Future<bool?> showChannelButton()

Implementation

static Future<bool?> showChannelButton() {
  return ChannelTalkFlutterPlatform.instance.showChannelButton();
}