SignatureAdapter constructor
SignatureAdapter({
- PlatformCrypto? crypto,
Implementation
SignatureAdapter({PlatformCrypto? crypto})
: _crypto = crypto ?? createPlatformCrypto();
SignatureAdapter({PlatformCrypto? crypto})
: _crypto = crypto ?? createPlatformCrypto();