WebPlayerErrorBuilder typedef
        WebPlayerErrorBuilder =
     Widget Function(BuildContext context, String error)
    
    
    
Implementation
typedef WebPlayerErrorBuilder = Widget Function(
    BuildContext context, String error);typedef WebPlayerErrorBuilder = Widget Function(
    BuildContext context, String error);