|
|
@@ -87,9 +87,9 @@ Future<void> main() async {
|
|
|
}
|
|
|
final Store<AppState> store = Store<AppState>(appReducer, initialState: state);
|
|
|
|
|
|
+ FlutterBugly.init(androidAppId: 'bd9a511cb9', iOSAppId: '');
|
|
|
+
|
|
|
FlutterBugly.postCatchedException(() {
|
|
|
runApp(MobileCyberGamesApp(store));
|
|
|
});
|
|
|
-
|
|
|
- FlutterBugly.init(androidAppId: 'bd9a511cb9', iOSAppId: '');
|
|
|
}
|