Do<T> typedef

Do<T> = FutureOr Function(T browser)

Implementation

typedef Do<T> = FutureOr Function(T browser);