userPendingBalance method
void
userPendingBalance()
Implementation
void userPendingBalance() async {
return _channel.invokeMethod("userPendingBalance");
}
void userPendingBalance() async {
return _channel.invokeMethod("userPendingBalance");
}