menu
nui_core package
documentation
cryptograhy/nui_cryptography.dart
NUICryptographyInterface
encrypt abstract method
encrypt abstract method
dark_mode
light_mode
encrypt
abstract method
FutureOr
<
String
>
encrypt
(
{
required
String
data
,
String
moduleKey
,
})
Implementation
FutureOr<String> encrypt({required String data, String moduleKey});
nui_core package
documentation
cryptograhy/nui_cryptography
NUICryptographyInterface
encrypt abstract method
NUICryptographyInterface class