Postorized class

Annotations
  • @Deprecated('This is kind of useless, as other libraries like [Catcher] has more functionalities than this. ' "If you want to handle error locally, use [catchIt] instead")

Constructors

Postorized(void zonedCallback())

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on<T extends Object>(ErrorHandlerCallback<T> handle) Postorized
onElse(ErrorHandlerCallback<Object> handle) Postorized
run() → void
toString() String
A string representation of this object.
inherited

Operators

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