WebsocketClient class

Constructors

WebsocketClient({bool sandbox = false})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sandbox bool
final

Methods

close() Future<void>
connect() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subscribe({List<CoinbaseChannel>? channels, List<String>? productIds, Map<CoinbaseChannel, List<String>?>? channelProductIdMap}) Stream<WebsocketResponse>
toString() String
A string representation of this object.
inherited
unSubscribe({List<CoinbaseChannel>? channels, List<String>? productIds, Map<CoinbaseChannel, List<String>?>? channelProductIdMap}) Stream<WebsocketResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited