I'm trying to implement Instabug (crash analytics) into my android flutter app, and I'm confused as to where I should input this code into my project.
Initialize Instabug in the onCreate() method of your Application subclass:
Image of the step from instabug
Where is the onCreate() method for the Application subclass in a flutter package? And if I need to create one, where would I make it?