getGasPrice method

Future<BigInt> getGasPrice()

Gets the current gas price.

Implementation

Future<BigInt> getGasPrice() async {
  return provider.getGasPrice();
}