초기화
Future<void> initialize({bool autoRestore = false}) async { if (delay != null) { await Future.delayed(delay!); } _initialized = true; }