aead abstract method

Future<UAead> aead(
  1. Uint8List key
)

The authenticated cipher the vault uses on this platform.

Implementation

Future<UAead> aead(Uint8List key);