mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-10 21:04:53 +00:00
12 lines
No EOL
200 B
Dart
12 lines
No EOL
200 B
Dart
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
|
|
} |