menu
style_dart package
documentation
style_dart.dart
Crypto
decrypt abstract method
decrypt abstract method
dark_mode
light_mode
decrypt
abstract method
FutureOr
<
String
>
decrypt
(
String
cipher
,
Uint8List
clientNonce
,
Uint8List
serverNonce
)
Implementation
FutureOr<String> decrypt( String cipher, Uint8List clientNonce, Uint8List serverNonce);
style_dart package
documentation
style_dart
Crypto
decrypt abstract method
Crypto class