menu
web3_universal_compat package
documentation
dart_web3_compat.dart
HexUtils
removeHexPrefix static method
removeHexPrefix static method
dark_mode
light_mode
removeHexPrefix
static method
String
removeHexPrefix
(
String
hex
)
Implementation
static String removeHexPrefix(String hex) { return dw3_core.HexUtils.strip0x(hex); }
web3_universal_compat package
documentation
dart_web3_compat
HexUtils
removeHexPrefix static method
HexUtils class