close method
Close connection
Implementation
@override
Future<void> close() async {
await rtcConnection.close();
await _connectionStateController.close();
await _iceCandidateController.close();
await _dataChannelController.close();
await _trackController.close();
}