GlobalSnackBarBloc class

Provides the stream logic for the GlobalSnackBar

Constructors

GlobalSnackBarBloc()

Properties

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

Methods

dispose() → dynamic
Allows for the stream to be closed
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

newMessage Stream
Provides a Stream for new messages
no setter
streamController StreamController
Create a new streamController to handle broadcasting to a Stream
final

Static Methods

showMessage(GlobalMsg data) → void
Method to show a SnackBar message on any GlobalSnackBar Widgets