Aura:Method enables you to directly call a method in a component’s client-side controller instead of firing / handling a component event. With the help of <aura:method > we can call child component method from parent component. Get Message from Child Component to parent Component.