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