FindInteractionController.fromPlatform constructor
FindInteractionController.fromPlatform({
- required PlatformFindInteractionController platform,
Constructs a FindInteractionController from a specific platform implementation.
Implementation
FindInteractionController.fromPlatform({required this.platform});