incoming property
Stream<({InternetAddress address, Uint8List data, int port})>
get
incoming
Implementation
Stream<({Uint8List data, InternetAddress address, int port})> get incoming =>
throw UnsupportedError('UDP not supported on web');