shouldPresent method

Future<bool?> shouldPresent()

Implementation

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