generate static method

Future<PrivateKey> generate()

Implementation

static Future<PrivateKey> generate() async => _CRYPTO_PROVIDER.generate();