releasePendingAsync method

Future<void> releasePendingAsync()

Implementation

Future<void> releasePendingAsync() async {
  await tester.idle();
}