AsyncContentProvider typedef

AsyncContentProvider = Future? Function()

Implementation

typedef AsyncContentProvider = Future<dynamic>? Function();