stop property

Future<bool?> get stop

Implementation

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