PlatformWalletException constructor
PlatformWalletException({
- required PlatformWalletExceptionKind kind,
- required String error,
- required String? description,
Implementation
PlatformWalletException({
required this.kind,
required this.error,
required this.description,
});