pair static method

Future<KeyPair> pair()

Generate a new key pair.

Implementation

static Future<KeyPair> pair() => toFuture(SeaJsImpl.pair());