adeptasync library
Classes
-
AsyncTask<
Param, Progress, Result>
Typedefs
-
DoInBackground<
Param, Result> = Future< Result> Function({List<Param> ? values}) - OnCanceled = void Function()
- OnCompleted = void Function()
-
OnPostExecute<
Result> = void Function({Result? result}) - OnPreExecute = void Function()
-
OnProgressUpdate<
Progress> = void Function({List< Progress> ? values})