getCurrencyBalance method

Future<void> getCurrencyBalance()

get currency balance, does NOT return, set setGetCurrencyBalanceHandler to get notified with result

Implementation

Future<void> getCurrencyBalance() async {
  await _channel.invokeMethod('getCurrencyBalance');
}