v1.26.10 login exception handling with bloc 8.0
This commit is contained in:
@@ -2,8 +2,9 @@ import 'package:aitrainer_app/model/cache.dart';
|
||||
import 'package:aitrainer_app/service/logging.dart';
|
||||
import 'package:firebase_remote_config/firebase_remote_config.dart';
|
||||
|
||||
|
||||
class RemoteConfigRepository with Logging {
|
||||
RemoteConfig? remoteConfig;
|
||||
FirebaseRemoteConfig? remoteConfig;
|
||||
|
||||
String getConfigValue(String configKey, String baseValue) {
|
||||
String value = "";
|
||||
|
||||
@@ -3,8 +3,9 @@ import 'package:aitrainer_app/repository/description_repository.dart';
|
||||
import 'package:aitrainer_app/service/logging.dart';
|
||||
import 'package:firebase_remote_config/firebase_remote_config.dart';
|
||||
|
||||
|
||||
class SplitTestRepository with Logging {
|
||||
final RemoteConfig? _remoteConfig = Cache().remoteConfig;
|
||||
final FirebaseRemoteConfig? _remoteConfig = Cache().remoteConfig;
|
||||
final DescriptionRepository descriptionRepository = DescriptionRepository();
|
||||
|
||||
String getSplitTestValue(String remoteConfigKey) {
|
||||
|
||||
Reference in New Issue
Block a user