TF-381 Navigation route ThreadView to EmailView on browser
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
import 'package:flutter/cupertino.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
Future<dynamic> push(String routeName, {dynamic arguments}) async {
|
||||
@@ -15,4 +16,8 @@ Future<dynamic> pushAndPopAll(String routeName, {dynamic arguments}) async {
|
||||
|
||||
void popBack({dynamic result}) {
|
||||
Get.back(result: result);
|
||||
}
|
||||
}
|
||||
|
||||
BuildContext? get currentContext => Get.context;
|
||||
|
||||
BuildContext? get currentOverlayContext => Get.overlayContext;
|
||||
Reference in New Issue
Block a user