StoneStreamHandler class

Inheritance

Constructors

StoneStreamHandler()

Properties

hashCode int
The hash code for this object.
no setterinherited
lastStatus StoneStatus?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusStream Stream<StoneStatus>
no setter

Methods

clear() → void
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAuthProgress(String message) Future<void>
override
onChanged(String message) Future<void>
override
onError(String message) Future<void>
override
onFinishedResponse(String message) Future<void>
override
onLoading(bool show) Future<void>
override
onMessage(String message) Future<void>
override
onTransactionSuccess() Future<void>
override
setStatus(String message) → void
setStoneTransaction(String message) → void
setStreamStatus(StoneStatus status) → void
streamDispose() → void
toString() String
A string representation of this object.
inherited

Operators

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