dispose method

void dispose()

Disposes the secretKey wrapped by this key pair.

Implementation

void dispose() => secretKey.dispose();