removeHexPrefix static method

String removeHexPrefix(
  1. String hex
)

Implementation

static String removeHexPrefix(String hex) {
  return dw3_core.HexUtils.strip0x(hex);
}