@override Future<void> logout() async { try { await methodChannel.invokeMethod('logout'); } catch (e) { // Logout error ni ignore qilamiz } }