pumpAndSettle method

Future<void> pumpAndSettle()

Implementation

Future<void> pumpAndSettle() async {
  await binding.pumpAndSettle();
}