io/socket library

Mixins

SocketMixin
class MySocket with SocketMixin implements Socket { // Must override @override Socket get socket; ... }