dispose method
void
dispose()
Implementation
void dispose() {
Logs().i('[Key Verification] disposing object...');
randomSharedSecretForQRCode = null;
_method?.dispose();
}
void dispose() {
Logs().i('[Key Verification] disposing object...');
randomSharedSecretForQRCode = null;
_method?.dispose();
}