endTransition method
Notifies native components that a navigation transition has ended. Call this after the transition animation completes.
Implementation
Future<void> endTransition() {
throw UnimplementedError('endTransition() has not been implemented.');
}