hangUp method

Future<void> hangUp()

挂断通话

Implementation

Future<void> hangUp() async {
  await _rtcPlayerPlatform.disconnect(value.userId ?? '');
}