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