UserBackFun typedef

UserBackFun = Future<bool> Function()

return bool function

Implementation

typedef UserBackFun = Future<bool> Function();