viewContains method

bool viewContains(
  1. String text
)

Returns true if the latest rendered view contains text.

Implementation

bool viewContains(String text) => _lastView.contains(text);