ComputeCRC32 function

int ComputeCRC32(
  1. Uint8List data
)

Implementation

int ComputeCRC32(
  Uint8List data,
) => _module.ComputeCRC32(data);