menu
shelf_easy package
documentation
shelf_deps.dart
Signer
verify64 method
verify64 method
dark_mode
light_mode
verify64
method
bool
verify64
(
String
input
,
String
signature
)
Implementation
bool verify64(String input, String signature) => verify(input, Encrypted.fromBase64(signature));
shelf_easy package
documentation
shelf_deps
Signer
verify64 method
Signer class