getActiveFindSession method

Future<FindSession?> getActiveFindSession()

If there's a currently active find session, returns the active find session.

Officially Supported Platforms/Implementations:

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

Implementation

Future<FindSession?> getActiveFindSession() =>
    platform.getActiveFindSession();