hangUp method

Future<void> hangUp()

Implementation

Future<void> hangUp() async {
  return await _channel.invokeMethod("hangUp");
}