isTerminalResponse method

bool isTerminalResponse(
  1. String method
)

Whether a callback method should complete the active request.

Implementation

bool isTerminalResponse(String method) => true;