verify method

void verify(
  1. String data
)

Implementation

void verify(String data) => verifyBytes(utf8.encoder.convert(data));