PlatformWalletException.unknown constructor

PlatformWalletException.unknown()

Implementation

factory PlatformWalletException.unknown() => PlatformWalletException(
    kind: PlatformWalletExceptionKind.unknown,
    error: "Unknown",
    description: null);