isFuture<T> function
Returns a IEskValidator that checks if the given value is a Future
For better performance and readability, use the $isFuture variable directly.
Implementation
IEskValidator isFuture<T>() => isType<Future<T>>();