initKey method
Initialize or generate the key pair if it doesn't exist.
Implementation
Future<void> initKey() {
throw UnimplementedError('initKey() has not been implemented.');
}
Initialize or generate the key pair if it doesn't exist.
Future<void> initKey() {
throw UnimplementedError('initKey() has not been implemented.');
}