CrashController class

Controller para manejar eventos de crash manuales

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
Getter para verificar si está inicializado
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createErrorEvent({required String message, Object? error, StackTrace? stackTrace, String? title, String? subtitle, String? originalMessage, String? traceId, String? messageStatus}) Future<void>
Crea un evento de error manual para Flutter/Dart con estructura estándar
initialize(ObslyHub hub) → void
Inicializa el controller con el hub
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetForTesting() → void
Reinicia el controller para testing
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CrashController
Singleton instance
no setter