hangUp static method

Future<void> hangUp()

Implementation

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