cake_wallet/lib/core/app_store.dart

12 lines
200 B
Dart
Raw Normal View History

2020-05-25 13:06:40 +00:00
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
}