MacOSFindInteractionController constructor
MacOSFindInteractionController(
- PlatformFindInteractionControllerCreationParams params
Constructs a MacOSFindInteractionController.
Implementation
MacOSFindInteractionController(
PlatformFindInteractionControllerCreationParams params)
: super.implementation(
params is MacOSFindInteractionControllerCreationParams
? params
: MacOSFindInteractionControllerCreationParams
.fromPlatformFindInteractionControllerCreationParams(params),
);