Initial commit
This commit is contained in:
7
app_code/lib/middlewares/middleware.dart
Normal file
7
app_code/lib/middlewares/middleware.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
|
||||
abstract class MiddleWare{
|
||||
bool next(String response);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user