Nicolas Lopez

GetX Logger

import '../../../get.dart';
class GetUtils {
/// Checks if data is null.
static bool isNull(dynamic s) => s == null;
... ... @@ -486,5 +488,5 @@ class GetUtils {
}
static void printFunction(String prefix, dynamic value, String info) =>
print('$prefix $value $info'.trim());
GetConfig.log('$prefix $value $info'.trim());
}
... ...