PlatformSdkException constructor Null safety

PlatformSdkException(
  1. {required MobileAuthenticationClientError error}
)

Default constructor for PlatformSdkException.

Params:

  • error: the underlying error sent from the native SDK.

Implementation

PlatformSdkException({required this.error});