FutureBool typedef

FutureBool = Future<bool>

Implementation

typedef FutureBool = Future<bool>;