DartCallbackException class
Exception used to represent an exception thrown by the native plugin when a dart callback fails.
- Implemented types
Constructors
- DartCallbackException.new({required Object dartException, required StackTrace dartStackTrace, required String? platformStackTrace})
Properties
- dartException → Object
-
The dart exception thrown by the callback
final
- dartStackTrace → StackTrace
-
The callback stack trace
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- platformStackTrace → String?
-
The native stack trace, up to the dart callback invocation
final
- 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
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited