OnDisconnect typedef

OnDisconnect = void Function(String peerId, int? code, String? reason)

Implementation

typedef OnDisconnect = void Function(String peerId, int? code, String? reason);