onPlatformViewCreated method

Future<void> onPlatformViewCreated(
  1. dynamic id
)

Implementation

Future<void> onPlatformViewCreated(id) async {
  print('TestPlugin: _NativePlayerSDKViewState: onPlatformViewCreated');
  controller = new PlayerSDKViewController.init(id);
  widget.onPlayerSDKViewCreated(controller);
}