pushHexStr method

dynamic pushHexStr (String str)

Implementation

pushHexStr(String str) {
  pushHex(Convert.hexStrToBytes(str));
}