leancode_pipe library
Classes
- PipeClient
-
PipeSubscription<
Notification extends Object> -
A structure representing subscription to a
Topic<Notification>. -
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()