refactor : base page
This commit is contained in:
@@ -2,11 +2,6 @@ import 'package:flutter/material.dart';
|
||||
import 'package:rasadyar_core/core.dart';
|
||||
|
||||
class CustomNavigationObserver extends NavigatorObserver {
|
||||
bool _isWorkDone = false;
|
||||
|
||||
void setInjectionDone() {
|
||||
_isWorkDone = true;
|
||||
}
|
||||
|
||||
@override
|
||||
void didPush(Route route, Route? previousRoute) async {
|
||||
|
||||
Reference in New Issue
Block a user