Optimize Loading times

This commit is contained in:
Sewmina
2022-04-15 05:51:39 +05:30
parent 17340890ed
commit 39a9a66f56
5 changed files with 493 additions and 95 deletions

View File

@@ -1,6 +1,8 @@
import 'dart:developer';
class Debug{
static bool enableLogging = true;
static bool enableResponseLogging = false;
static bool enableResponseLogging = true;
static bool enableErrorLoggin = true;
static bool enableTestLogging = true;