OnSubscriptionDataError<DataType, ErrorType> typedef

OnSubscriptionDataError<DataType, ErrorType> = Future<SubscriptionResource<DataType>> Function({dynamic exception, QueryResponse<DataType, ErrorType>? response})

Implementation

typedef OnSubscriptionDataError<DataType, ErrorType>
    = Future<SubscriptionResource<DataType>> Function(
        {dynamic exception, QueryResponse<DataType, ErrorType>? response});