static Future<void> back({ String? name, dynamic result, int step = 1, }) async { _stackRouter?.back(name: name, result: result, step: step); }