leancode_pipe library

Classes

PipeClient
PipeSubscription<Notification extends Object>
A structure representing subscription to a Topic&lt;Notification&gt;.
Topic<Notification extends Object>

Enums

PipeConnectionState
Describes the current state of the connection to the server.

Typedefs

OnPipeAction<T> = void Function(T value)
PipeTokenFactory = Future<String> Function()