isPlain property
bool
get
isPlain
True when nothing here needs the transport to stream or watch the call.
Implementation
bool get isPlain =>
cancelToken == null &&
onSendProgress == null &&
onReceiveProgress == null;