RoboStartingIntent constructor
RoboStartingIntent({
- LauncherActivityIntent? launcherActivity,
- StartActivityIntent? startActivity,
- String? timeout,
Implementation
RoboStartingIntent({
this.launcherActivity,
this.startActivity,
this.timeout,
});