startWithoutWidget abstract method

Future<void> startWithoutWidget({
  1. Configuration configuration,
})

Start function which should be called to start the agent. This option will capture uncaught exceptions but will not capture zoned errors. The Configuration contains default values for all properties. reportCrash value is true per default. monitorWebRequest is true per default.

Implementation

Future<void> startWithoutWidget({Configuration configuration});