menu
walletkit_dart
walletkit_dart.dart
shiftRightBigInt function
shiftRightBigInt
dark_mode
light_mode
shiftRightBigInt
function
double
shiftRightBigInt
(
BigInt
num1
,
int
decimalPlaces
)
Implementation
double shiftRightBigInt(BigInt num1, int decimalPlaces) => num1.toInt() / pow(10, decimalPlaces);
walletkit_dart
walletkit_dart
shiftRightBigInt function
walletkit_dart library