endChat static method

Future<void> endChat()

Implementation

static Future<void> endChat() async {
  await _channel.invokeMethod<void>('endChat');
}