PlatformSdkException constructor
- required MobileAuthenticationClientError error,
Default constructor for PlatformSdkException.
Params:
- error: the underlying error sent from the native SDK.
Implementation
PlatformSdkException({required this.error});
Default constructor for PlatformSdkException.
Params:
PlatformSdkException({required this.error});