PlatformFindInteractionControllerCreationParams constructor
const
PlatformFindInteractionControllerCreationParams({
- void onFindResultReceived(
- PlatformFindInteractionController controller,
- int activeMatchOrdinal,
- int numberOfMatches,
- bool isDoneCounting,
Used by the platform implementation to create a new PlatformFindInteractionController.
Implementation
const PlatformFindInteractionControllerCreationParams(
{this.onFindResultReceived});