popWithResult<T> function
Implementation
void popWithResult<T>(BuildContext context, T data){
NUINavigator.popWithResult(context, data);
}
void popWithResult<T>(BuildContext context, T data){
NUINavigator.popWithResult(context, data);
}