isRequestImmediate method
Returns true
if request [of class] can be sent immediately
Can be also calculated by comparison of API.isRequestImmediate to Duration.zero
Implementation
bool isRequestImmediate(String? methodId) =>
willFreeIn(methodId: methodId) == Duration.zero;