PlatformChannelException class Null safety

An exception that can be thrown on platform related errors.

See: PlatformChannelError.

Inheritance

Constructors

PlatformChannelException({required MobileAuthenticationClientError error, dynamic errorMessage})
Default constructor for PlatformChannelException.
PlatformChannelException.fromMap({required Map<String, dynamic> errorMap})
Alternate constructor that creates a PlatformChannelException from a map.

Properties

error MobileAuthenticationClientError
The underlying error sent from the native SDK.
finalinherited
hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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