CreatePlatformViewCallback typedef Null safety
Constructs a PlatformViewController.
The PlatformViewController.viewId field of the created controller must match the value of the params PlatformViewCreationParams.id field.
See also:
- PlatformViewLink, which links a platform view with the Flutter framework.
Implementation
typedef CreatePlatformViewCallback = PlatformViewController Function(PlatformViewCreationParams params);