Signer constructor

Signer(
  1. String algorithmName
)

Implementation

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