CreatePlatformViewCallable typedef
typedef CreatePlatformViewCallback = PlatformViewController Function(PlatformViewCreationParams params);
Implementation
typedef CreatePlatformViewCallable
= Callable1<PlatformViewController, PlatformViewCreationParams>;