CreatePlatformViewCallback typedef

CreatePlatformViewCallback = PlatformViewController Function(PlatformViewCreationParams params)

Constructs a PlatformViewController.

The PlatformViewController.viewId field of the created controller must match the value of the params PlatformViewCreationParams.id field.

See also:

Implementation

typedef CreatePlatformViewCallback = PlatformViewController Function(PlatformViewCreationParams params);