How do I tell when a user presses "back" on their Android device?

I’m trying to make it so I can detect when the user presses the back key on their Android device, is there a specific function on this?

if (Input.GetKey (KeyCode.Esc)){
print(“Hello :D”);
}