sha256Hash static method

String sha256Hash(
  1. String text
)

Implementation

static String sha256Hash(String text) => _toHex(_sha256(_u8(text)));