PlatformViewCreatedCallback typedef
Callback signature for when a platform view was created.
id
is the platform view's unique identifier.
Implementation
typedef PlatformViewCreatedCallback = void Function(int id);
Callback signature for when a platform view was created.
id
is the platform view's unique identifier.
typedef PlatformViewCreatedCallback = void Function(int id);