FutureCallBack typedef

FutureCallBack = Future<bool> Function()

Implementation

typedef Future<bool> FutureCallBack();