mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-11 17:49:27 -05:00
refactor: use list item
This commit is contained in:
@@ -161,7 +161,7 @@ class ListPayload<T, K> {
|
||||
}
|
||||
|
||||
extension MyHelper on BuildContext {
|
||||
pushUrl(String url, {bool replace = false}) {
|
||||
Future<void> pushUrl(String url, {bool replace = false}) async {
|
||||
// Fimber.d(url);
|
||||
if (url.startsWith('/')) {
|
||||
if (replace) {
|
||||
|
||||
Reference in New Issue
Block a user