getNodeHeight function

Future<int> getNodeHeight()

Implementation

Future<int> getNodeHeight() => compute(_getNodeHeight, 0);