PlatformViewSurfaceFactoryCallable typedef
typedef PlatformViewSurfaceFactory = Widget Function(BuildContext context, PlatformViewController controller);
Implementation
typedef PlatformViewSurfaceFactoryCallable
= Callable2<Widget, BuildContext, PlatformViewController>;