clashModeStream property
Stream<ClientClashMode>
get
clashModeStream
A stream of client Clash mode updates.
Implementation
Stream<ClientClashMode> get clashModeStream {
throw UnimplementedError('clashModeStream has not been implemented.');
}