@override Future<void> invalidateAuthentication() async { try { await methodChannel.invokeMethod<void>('invalidateAuthentication'); } catch (e) { rethrow; } }