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