Dart
dart:io
RawDatagramSocket
close abstract method
close
Dart
dart:io
RawDatagramSocket
close abstract method
RawDatagramSocket class
Constructors
RawDatagramSocket
Properties
address
broadcastEnabled
multicastHops
multicastInterface
multicastLoopback
port
readEventsEnabled
writeEventsEnabled
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
close
getRawOption
joinMulticast
leaveMulticast
receive
send
setRawOption
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
Static methods
bind
description
close
method
void
close
(
)
Close the datagram socket.
Implementation
void close();