RoboStartingIntent constructor

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

Implementation

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