menu
web3_universal_compat package
documentation
dart_web3_compat.dart
UnitUtils
weiToEther static method
weiToEther static method
dark_mode
light_mode
weiToEther
static method
String
weiToEther
(
BigInt
wei
)
Implementation
static String weiToEther(BigInt wei) => EthUnit.formatEther(wei);
web3_universal_compat package
documentation
dart_web3_compat
UnitUtils
weiToEther static method
UnitUtils class