loop method

Future<bool?> loop()

Implementation

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