@override Future<void> init() async { if (_initialized) { return; } await keyChain.init(); _initialized = true; }