初始化方法(可选调用,用于预加载) 如果不调用,会在首次使用时自动初始化
static Future<void> init() async { await _ensureInitialized(); }