bufferRoute method
Buffer a route change that occurred before initialization Called by NavigatorObserver when SDK is not yet initialized
Implementation
void bufferRoute(String route) {
_pendingRoute = route;
}
Buffer a route change that occurred before initialization Called by NavigatorObserver when SDK is not yet initialized
void bufferRoute(String route) {
_pendingRoute = route;
}