sha1Sync method

Uint8List sha1Sync(
  1. Uint8List data
)

Implementation

Uint8List sha1Sync(Uint8List data) => digestSync('SHA-1', data);