taskTypeRegister property

AsyncTaskRegister? taskTypeRegister
final

A top-level function that returns the tasks types that can be executed by this executor.

It should return AsyncTask instances just as samples of the tasks types (this instances won't be executed).

Implementation

final AsyncTaskRegister? taskTypeRegister;