delegateInput abstract method

Future<HaveResourceImageInput> delegateInput()

When asynchronous reading is not supported, an input for real reading will be cached in memory(web) or file(dart.io).

Implementation

Future<HaveResourceImageInput> delegateInput();