✅ New: authenticate method
@override Future<bool> authenticate() async { final result = await methodChannel.invokeMethod<bool>('authenticate'); return result ?? false; }