PlatformFindInteractionControllerCreationParams constructor

const PlatformFindInteractionControllerCreationParams({
  1. void onFindResultReceived(
    1. PlatformFindInteractionController controller,
    2. int activeMatchOrdinal,
    3. int numberOfMatches,
    4. bool isDoneCounting,
    )?,
})

Used by the platform implementation to create a new PlatformFindInteractionController.

Implementation

const PlatformFindInteractionControllerCreationParams(
    {this.onFindResultReceived});