withRandom method

  1. @override
DartCryptography withRandom(
  1. Random? random
)
override

Implementation

@override
DartCryptography withRandom(Random? random) {
  return DartCryptography(random: random);
}