video_player
dart:io
RawSynchronousSocket
property remoteAddress
remoteAddress
class RawSynchronousSocket
Constructors
RawSynchronousSocket
Properties
address
port
remoteAddress
remotePort
hashCode
runtimeType
Methods
available
closeSync
readIntoSync
readSync
shutdown
writeFromSync
noSuchMethod
toString
Operators
operator ==
Static methods
connectSync
InternetAddress
remoteAddress
The remote
InternetAddress
connected to by this socket.
Source
InternetAddress get remoteAddress;
property remoteAddress