hangup method

Future<bool> hangup()

Implementation

Future<bool> hangup() async {
  return await _methodChannel.invokeMethod('hangup');
}