getGasPrice method

Future<String?> getGasPrice()

Implementation

Future<String?> getGasPrice() async {
  return service.getGasPrice();
}