receive method
Implementation
@override
Stream<AbstractMessage?>? receive() =>
Stream.error(UnsupportedError('Native transports require dart:io.'));
@override
Stream<AbstractMessage?>? receive() =>
Stream.error(UnsupportedError('Native transports require dart:io.'));