onNext abstract method

void onNext(
  1. T? response
)

Implementation

void onNext(T? response);