Multiple Plugin

Hey what is right to way to add multiple plugins in project.
Right now I’m using FIleChooser and Camera
but dunno how to define both in page constructor?

constructor(public camera: Camera)
this is how we define if we have plugin now if I want to use other plugins too how I write them