renderAndWait method

Future<T> renderAndWait({
  1. Duration timeout = const Duration(seconds: 3),
})

Implementation

Future<T> renderAndWait({Duration timeout = const Duration(seconds: 3)}) =>
    then((o) => o.renderAndWait(timeout: timeout));