onCreatePlatformView method

PlatformViewController onCreatePlatformView(
  1. PlatformViewCreationParams params
)

Implementation

PlatformViewController onCreatePlatformView(
    PlatformViewCreationParams params) {
  return NSKitPlatformViewController(paramsViewId: params.id);
}