FutureCallBack typedef

FutureCallBack = Future<bool> Function()

Implementation

typedef FutureCallBack = Future<bool> Function();