FindInteractionController.fromPlatform constructor

FindInteractionController.fromPlatform({
  1. required PlatformFindInteractionController platform,
})

Constructs a FindInteractionController from a specific platform implementation.

Implementation

FindInteractionController.fromPlatform({required this.platform});