初始化
static Future<void> init(Function init) async { /// 初始化utils await KUtils.get.init(); init.call(); }