adeptasync 4.0.0+1 adeptasync: ^4.0.0+1 copied to clipboard
Adept Async lib.
adeptasync #
A simple AsyncTask class
AsyncTask({
OnPreExecute? onPreExecute,
DoInBackground<Param, Result>? doInBackground,
OnProgressUpdate<Progress>? onProgressUpdate,
OnPostExecute<Result>? onPostExecute,
OnCompleted? onCompleted,
OnCanceled? onCanceled,
});