shutdown static method

Future<bool?> shutdown()

Implementation

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