ComputeMD5 abstract method

Uint8List ComputeMD5(
  1. Uint8List data
)

Implementation

Uint8List ComputeMD5(
  Uint8List data,
);