menu
vantura package
documentation
core/vantura_observer.dart
VanturaObserver
onError method
onError method
dark_mode
light_mode
onError
method
void
onError
(
Object
error
,
StackTrace
stackTrace
)
Called when the agent encounters an error.
Implementation
void onError(Object error, StackTrace stackTrace) {}
vantura package
documentation
core/vantura_observer
VanturaObserver
onError method
VanturaObserver class