Func typedef

Func = Future<bool> Function()

Signature of callbacks that have no arguments and return no data.

Implementation

typedef Func = Future<bool> Function();