seed method

  1. @override
void seed(
  1. CipherParameters params
)
override

this method is necessary to implement the super class but it is ignored because we are using a dependency to generate the seed

Implementation

@override

/// this method is necessary to implement the super class but it is ignored because we are using a dependency to generate the seed
void seed(CipherParameters params) {
  // ignore, dartRandom will already be seeded if wanted
}