bytesToSha256 abstract method

Future<Uint8List> bytesToSha256({
  1. required Uint8List bytes,
  2. dynamic hint,
})

Implementation

Future<Uint8List> bytesToSha256({required Uint8List bytes, dynamic hint});