OnAppReady constructor

OnAppReady({
  1. bool success = false,
})

Implementation

OnAppReady({
    this.success = false,
});