CrashCatch class
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
-
generateRandomString()
→ String
-
-
initialiseCrashCatch(String projectId, String apiKey, String version)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reportCrash(Exception exception, Severity severity, {StackTrace? stack, Map<String, dynamic> customProperties = const {}})
→ void
-
-
returnPostData(Object exception, String stacktrace, Severity severity, CrashType crashType, Map<String, dynamic> customProperties)
→ Future<HashMap<String, String?>>
-
-
toString()
→ String
-
A string representation of this object.
inherited