ErrorService class
A service for handling and broadcasting errors in a Flutter application.
This class provides a stream to listen for any errors that may occur throughout the application. You can use this stream to display error messages, log errors, or take other appropriate actions.
Constructors
Properties
Methods
-
dispose(
) → Future< void> - Disposes of the stream controller to avoid memory leaks.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
raise(
Object error) → void - Raises (broadcasts) an error object on the error stream.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited