@override Future<bool> isPresent( Finder finder, { Duration? timeout = const Duration(seconds: 1), }) async { return finder.evaluate().isNotEmpty; }