canResume abstract method

Future<bool> canResume(
  1. StateHead head
)

Checks if server supports requesting a portion of the data.

Implementation

Future<bool> canResume(StateHead head);