onPeerFound property

void Function({required InternetAddress address, required Uint8List peerId, int? port}) onPeerFound
final

Implementation

final void Function({
  required Uint8List peerId,
  required InternetAddress address,
  int? port,
})
onPeerFound;