Future<void> setPrivateKey(Uint8List key) async { if (!await ssss.checkKey(key, keyData)) { throw Exception('Invalid key'); } privateKey = key; }