notExists function
A matcher that checks if a PageLoaderElement/PageObject does not exist.
Implementation
bool notExists(item) => !exists(item);
A matcher that checks if a PageLoaderElement/PageObject does not exist.
bool notExists(item) => !exists(item);