instantiate abstract method
Creates an instance of this task type with parameters and optional sharedData.
Implementation
AsyncTask<P, R> instantiate(P parameters,
    [Map<String, SharedData>? sharedData]);Creates an instance of this task type with parameters and optional sharedData.
AsyncTask<P, R> instantiate(P parameters,
    [Map<String, SharedData>? sharedData]);