test
This commit is contained in:
@@ -2,7 +2,9 @@ import 'package:flutter/material.dart';
|
||||
import 'package:go_router/go_router.dart';
|
||||
|
||||
abstract class AbstractFactory {
|
||||
GlobalKey getKey();
|
||||
Widget factory(GoRouterState state, List<String> args);
|
||||
bool searchFill();
|
||||
void search(BuildContext context);
|
||||
void search(BuildContext context, bool special);
|
||||
void clear();
|
||||
}
|
||||
Reference in New Issue
Block a user