LaunchServiceProvider class
The Launch Service Provider.
Registers the LaunchService into the Magic IOC container under the key 'launch'.
- Inheritance
-
- Object
- ServiceProvider
- LaunchServiceProvider
Constructors
- LaunchServiceProvider(MagicApp app)
- Create a new launch service provider instance.
Properties
Methods
-
boot(
) → Future< void> -
Bootstrap any application services.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
register(
) → void -
Register any application services.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited