supportRangeLoad abstract method

Future<bool> supportRangeLoad()

Whether partial loading is supported.

Many asynchronous sources do not allow partial reading.

Implementation

Future<bool> supportRangeLoad();