Blogs
Using aura:method
The purpose of using aura:method in Aura Framework is to allow a parent component to directly call a function defined inside a child component. It helps developers build clean and reusable component communication without using events, especially when a parent needs to trigger an action inside a child component.