socketConnect method
Asynchronously returns a Socket connected to the given host and port.
When this override is installed, this function overrides the behavior of
Socket.connect(...).
Implementation
@override
Future<Socket> socketConnect(host, int port,
{sourceAddress, int sourcePort = 0, Duration? timeout}) {
throw UnimplementedError('MemoryFsOverrides.socketConnect');
}