menu
secure_control_protocol package
documentation
scp_crypto.dart
ScpCrypto
strip0x method
strip0x method
dark_mode
light_mode
strip0x
method
String
strip0x
(
String
hex
)
Implementation
String strip0x(String hex) { if (hex.startsWith('0x')) return hex.substring(2); return hex; }
secure_control_protocol package
documentation
scp_crypto
ScpCrypto
strip0x method
ScpCrypto class