import 'package:mobx/mobx.dart'; part 'app_store.g.dart'; class AppStore = AppStoreBase with _$AppStore; abstract class AppStoreBase with Store { // Sign Up // Auth // Wallet // Settings }