md5 method

Future<Uint8List> md5(
  1. Uint8List data
)

Implementation

Future<Uint8List> md5(Uint8List data) => digest('MD5', data);