menu
tripledes_nullsafety package
documentation
tripledes_nullsafety.dart
BaseEngine
init method
init method
dark_mode
light_mode
init
method
void
init
(
bool
forEncryption
,
List
<
int
>
key
)
override
Implementation
void init(bool forEncryption, List<int> key) { this.key = key; this.forEncryption = forEncryption; }
tripledes_nullsafety package
documentation
tripledes_nullsafety
BaseEngine
init method
BaseEngine class