PurpiApp constructor
const
PurpiApp({
- Key? key,
- PurpiConfig? config,
- VoidCallback? onReady,
Implementation
const PurpiApp({
super.key,
this.config,
this.onReady,
});