Signer constructor
Signer(
- String algorithmName
Implementation
factory Signer(String algorithmName) {
throw UnsupportedError(
'Implementation required via registry or manual instantiation');
}