25-1/29/1
This commit is contained in:
@@ -60,6 +60,9 @@ class CRUD {
|
||||
|
||||
if (response.statusCode == 200) {
|
||||
try {
|
||||
// Log.print('req: ${response.request}');
|
||||
// Log.print('response: ${response.body}');
|
||||
// Log.print('payload: ${payload}');
|
||||
var jsonData = jsonDecode(response.body);
|
||||
|
||||
if (jsonData['status'] == 'success') {
|
||||
|
||||
@@ -35,7 +35,7 @@ class AppInitializer {
|
||||
|
||||
Future<void> initializeApp() async {
|
||||
await getKey();
|
||||
await getAIKey('FCM_PRIVATE_KEY');
|
||||
// await getAIKey('FCM_PRIVATE_KEY');
|
||||
}
|
||||
|
||||
getAIKey(String key) async {
|
||||
|
||||
Reference in New Issue
Block a user