find method Null safety

bool find (
  1. String? string,
  2. bool? caseSensitive,
  3. bool? backwards,
  4. bool? wrap,
  5. bool? wholeWord,
  6. bool? searchInFrames,
  7. bool? showDialog
)

Finds text in this window.

Other resources

Implementation

bool find(String? string, bool? caseSensitive, bool? backwards, bool? wrap,
    bool? wholeWord, bool? searchInFrames, bool? showDialog) native;