pop static method
Implementation
static Future pop({result,bool isRootNavigator=false}) async {
Navigator.of(libNavigatorKey.currentContext!,rootNavigator: isRootNavigator).pop(result);
}
static Future pop({result,bool isRootNavigator=false}) async {
Navigator.of(libNavigatorKey.currentContext!,rootNavigator: isRootNavigator).pop(result);
}