currentCrypt property
The current active crypt object.
Implementation
@override
T get currentCrypt => protectedCrypts.isNotEmpty
? protectedCrypts.first
: throw StateError('No current crypt available');
The current active crypt object.
@override
T get currentCrypt => protectedCrypts.isNotEmpty
? protectedCrypts.first
: throw StateError('No current crypt available');