md5Sync method

Uint8List md5Sync(
  1. Uint8List data
)

Implementation

Uint8List md5Sync(Uint8List data) => digestSync('MD5', data);