getActiveFindSession method

Future<FindSession?> getActiveFindSession()

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

Officially Supported Platforms/Implementations:

Implementation

Future<FindSession?> getActiveFindSession() {
  throw UnimplementedError(
      'getActiveFindSession is not implemented on the current platform');
}