onPlatformViewControlledCreated method

Future<void> onPlatformViewControlledCreated(
  1. int id
)

Implementation

Future<void> onPlatformViewControlledCreated(int id) async {
  final controller = await YPayPlatformViewStateController.init(
    id,
    viewType,
    callHandler: callHandler,
  );

  _controller.complete(controller);
}