getNonce method

Future<BigInt> getNonce()

Implementation

Future<BigInt> getNonce() async {
  var result = await entryPointContract.getNonce(address: scwAddress);
  return result;
}