RoboStartingIntent constructor

RoboStartingIntent({
  1. LauncherActivityIntent? launcherActivity,
  2. NoActivityIntent? noActivity,
  3. StartActivityIntent? startActivity,
  4. String? timeout,
})

Implementation

RoboStartingIntent({
  this.launcherActivity,
  this.noActivity,
  this.startActivity,
  this.timeout,
});