FindInteractionController.fromPlatformCreationParams constructor
FindInteractionController.fromPlatformCreationParams({
- 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));