PlatformViewSurfaceFactoryCallable typedef

PlatformViewSurfaceFactoryCallable = Callable2<Widget, BuildContext, PlatformViewController>

typedef PlatformViewSurfaceFactory = Widget Function(BuildContext context, PlatformViewController controller);

Implementation

typedef PlatformViewSurfaceFactoryCallable
    = Callable2<Widget, BuildContext, PlatformViewController>;