Checker typedef

Checker = Future<bool> Function()

Implementation

typedef Checker = Future<bool> Function();