Created project base structure, state management, router and login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
class Wrapped<T> {
|
||||
final T value;
|
||||
const Wrapped.value(this.value);
|
||||
}
|
||||
Reference in New Issue
Block a user