LaunchAtStartup class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disable() Future<bool>
Disables your app from auto-launching at startup.
enable() Future<bool>
Sets your app to auto-launch at startup
isEnabled() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setup({required String appName, required String appPath, List<String> args = const []}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance LaunchAtStartup
The shared instance of LaunchAtStartup.
final