getActiveFindSession method
If there's a currently active find session, returns the active find session.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS (Official API - UIFindInteraction.activeFindSession)
- MacOS
Implementation
Future<FindSession?> getActiveFindSession() {
throw UnimplementedError(
'getActiveFindSession is not implemented on the current platform');
}