LaunchService class abstract

Constructors

LaunchService()
factory
LaunchService.newInstance()
factory

Properties

allProviders Iterable<LaunchProvider<dynamic, LaunchResponse>>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(ProviderKey<dynamic, LaunchResponse> key) bool
findByTag(String tag) List<LaunchProvider<dynamic, LaunchResponse>>
launch<I, R extends LaunchResponse>(OperationKey<I, R> operation, I input, [ProviderKey<I, R>? providerKey]) Future<LaunchResults<R>>
launchProvider<I, R extends LaunchResponse>(ProviderKey<I, R> providerKey, I input) Future<R>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Prepares a self-launching link by passing a uri through the various link providers until one recognizes the url.
registerProvider<I, R extends LaunchResponse>(LaunchProvider<I, R> provider) → void
toString() String
A string representation of this object.
inherited

Operators

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