PurpiApp constructor

const PurpiApp({
  1. Key? key,
  2. PurpiConfig? config,
  3. VoidCallback? onReady,
})

Implementation

const PurpiApp({
  super.key,
  this.config,
  this.onReady,
});