userPendingBalance method

void userPendingBalance()

Implementation

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