EmbraceSamples class
Provides sample code to trigger errors in Embrace.
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
triggerAnr(
) → void -
Invokes triggerAnr on the underlying
EmbracePlatform.instance
. -
triggerAssert(
) → void - Throws an AssertionError.
-
triggerCaughtException(
) → void - Triggers a caught exception.
-
triggerMethodChannelError(
) → void -
Invokes triggerMethodChannelError
on the underlying
EmbracePlatform.instance
. -
triggerNativeSdkError(
) → void -
Invokes triggerNativeSdkError
on the underlying
EmbracePlatform.instance
. -
triggerRaisedSignal(
) → void -
Invokes triggerRaisedSignal
on the underlying
EmbracePlatform.instance
. -
triggerUncaughtError(
) → void - Throws a StateError.
-
triggerUncaughtException(
) → void - Throws a FormatException.
-
triggerUncaughtExceptionAsync(
) → Future< void> - Throws an uncaught exception.
-
triggerUncaughtObject(
) → void - Throws a String object.