adler32 static method

int adler32(
  1. String text
)

Implementation

static int adler32(String text) => _adler32(_u8(text));