This commit is contained in:
Hamza-Ayed
2023-11-09 18:26:11 +03:00
parent 8238323dd3
commit ebde8bb44d
29 changed files with 1667 additions and 819 deletions

View File

@@ -10,13 +10,18 @@ class AppCredintials {
static const String twilloRecoveryCode = 'TQF13XUVU2NJ3VFU8JWBWYBS';
static const String accountSIDTwillo = 'ACb4ad857efe0903bfd6238a763a2ce4d1';
static const String authTokenTwillo = '14f39ef4628bb8a4f18469f462f8af75';
static const String Publishablekey = '14f39ef4628bb8a4f18469f462f8af75';
static const String publishablekey = '14f39ef4628bb8a4f18469f462f8af75';
static const String chatGPTkey =
'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';
static const String chatGPTkeySefer =
'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';
String getBasicAuthCredentials() {
return base64Encode(utf8.encode(basicAuthCredentials));
}
static const String transactionCloude =
'Authorization:API_EMDJX6BHQ67DBGT6WV:DG2XPU7YEN02M0VJ2F';
static const String visionApi = '0vQRyaYYDWpsv73A5CZOknseK7S2sgwE';
}
class StripeKey {