@override Future<bool> authenticate() async { final result = await _channel.invokeMethod<bool>('authenticate'); return result ?? false; }