初始化
Future<KUtils> init({bool? debug}) async { if (debug != null) { isDebug = debug; } await KSpUtils.init(); return get; }