PlatformChannelException constructor Null safety

PlatformChannelException(
  1. {required MobileAuthenticationClientError error,
  2. dynamic errorMessage}
)

Default constructor for PlatformChannelException.

Params:

  • error: the underlying error sent from the native SDK.
  • errorMessage: a message describing the error.

Implementation

PlatformChannelException({required super.error, errorMessage});