getCurrentTokenValue abstract method

Future<NetworkResponse> getCurrentTokenValue(
  1. dynamic tokenType, {
  2. dynamic currency = 'EUR',
})

Implementation

Future<NetworkResponse> getCurrentTokenValue(tokenType, {currency = 'EUR'});