hangUp method

Future<bool?> hangUp()

Hangs active call

Implementation

Future<bool?> hangUp() {
  return _channel.invokeMethod('hangUp', <String, dynamic>{});
}