getBlockNumber method

Future<int> getBlockNumber()

Implementation

Future<int> getBlockNumber() async {
  return _client.getBlockNumber();
}