beginTransition method

Future<void> beginTransition()

Notifies native components that a navigation transition is starting. Call this before pushing/popping routes to prevent glass effect artifacts.

Implementation

Future<void> beginTransition() {
  throw UnimplementedError('beginTransition() has not been implemented.');
}