CAsyncTask typedef

CAsyncTask = Future Function([dynamic])

The task to run as part of the different module async functions.

Implementation

typedef CAsyncTask = Future<dynamic> Function([dynamic]);