Decrypt data using the private key (requires biometric authentication).
Future<Uint8List> decrypt(Uint8List encrypted,) { throw UnimplementedError('decrypt() has not been implemented.'); }