hideMessenger static method

Future<bool?> hideMessenger()

Implementation

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