clear_crypto_box_secret_cache method
Removes cached secrets (overwrites with zeroes) from all signing and encryption boxes, derived from crypto box.
Implementation
Future<void> clear_crypto_box_secret_cache(RegisteredCryptoBox params) async {
await _tonCore.request(
'crypto.clear_crypto_box_secret_cache', params.toString());
}