getAccountIndex method

int getAccountIndex(
  1. int level
)

Implementation

int getAccountIndex(int level) {
  final response = fnGetAccountIndex(nativeObject, level).ref;
  return response.getUint32();
}