FindInteractionController.fromPlatformCreationParams constructor

FindInteractionController.fromPlatformCreationParams({
  1. required PlatformFindInteractionControllerCreationParams params,
})

Constructs a FindInteractionController.

See FindInteractionController.fromPlatformCreationParams for setting parameters for a specific platform.

Implementation

FindInteractionController.fromPlatformCreationParams({
  required PlatformFindInteractionControllerCreationParams params,
}) : this.fromPlatform(platform: PlatformFindInteractionController(params));