presentFindNavigator method

Future<void> presentFindNavigator()

Begins a search, displaying the find panel.

Officially Supported Platforms/Implementations:

Use the PlatformFindInteractionController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> presentFindNavigator() => platform.presentFindNavigator();