OnErrorGeneric<R>  typedef 
 
        OnErrorGeneric<R> =
     FutureOr<R?>  Function(DataException e, DataRequestLabel label)
     
    
    
Implementation
typedef OnErrorGeneric<R> = FutureOr<R?> Function(
    DataException e, DataRequestLabel label);