showChat static method

Future<void> showChat({
  1. bool shouldBePresentedModallyIOS = false,
})

Implementation

static Future<void> showChat({bool shouldBePresentedModallyIOS = false}) async {
  await _channel.invokeMethod('showChat', shouldBePresentedModallyIOS);
}