move reportUrl and reportProjectId from config to setting
This commit is contained in:
@@ -24,6 +24,7 @@ import 'package:fcs/data/services/rate_service.dart';
|
||||
import 'package:fcs/data/services/shipment_imp.dart';
|
||||
import 'package:fcs/data/services/shipment_service.dart';
|
||||
|
||||
import '../../domain/entities/setting.dart';
|
||||
import 'auth_imp.dart';
|
||||
import 'auth_service.dart';
|
||||
import 'common_imp.dart';
|
||||
@@ -37,6 +38,8 @@ import 'user_service.dart';
|
||||
|
||||
class Services {
|
||||
static final Services instance = Services._();
|
||||
static Setting setting = Setting();
|
||||
|
||||
|
||||
late AuthService _authService;
|
||||
late UserService _userService;
|
||||
|
||||
Reference in New Issue
Block a user