call method

Generates a random keypair.

Throws an AssertionError if a keypair could not be generated.

Implementation

Future<Ed25519Keypair> call() => compute((_) => sync(), null);