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