hangup method

Future<void> hangup()

挂断通话

Implementation

Future<void> hangup() {
  throw UnimplementedError('hangup() has not been implemented.');
}