how use:
List<File>? res = await Navigator.push( context, MaterialPageRoute( builder: (context) => const WhatsappCamera()), );
const WhatsappCamera({super.key, this.multiple = true});