socketRead method

*<Null safety>*

ReadResult socketRead (Handle? socket, int size)

Implementation

static ReadResult socketRead(Handle? socket, int size) {
  throw UnimplementedError(
      'System.socketRead() is not implemented on this platform.');
}