AllowSkipFutureCallBack typedef

AllowSkipFutureCallBack = Future<bool> Function()

Signature of callbacks that have no arguments and return a Future bool

Implementation

typedef AllowSkipFutureCallBack = Future<bool> Function();