loopCount method

Future<int?> loopCount()

Implementation

Future<int?> loopCount() {
  throw UnimplementedError('loopCount() has not been implemented.');
}