toSync method
Returns a synchronous implementation of this algorithm.
Implementation
@override
DartHmac toSync() {
return DartHmac(hashAlgorithm.toSync());
}
Returns a synchronous implementation of this algorithm.
@override
DartHmac toSync() {
return DartHmac(hashAlgorithm.toSync());
}