withRandom method

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

Implementation

@override
FlutterCryptography withRandom(Random? random) =>
    FlutterCryptography(random: random);