EmailComposeLauncher class abstract

This file contains the api and implementation for native email and gmail app integration.

Implemented types
Implementers
Available Extensions

Constructors

EmailComposeLauncher()

Properties

hashCode int
The hash code for this object.
no setterinherited
operationKey OperationKey<Email, CommunicationResponse>
This represents the underlying operation. In some cases, it's the same as the provider, but it could also represent something abstract, like sending email, or opening up a certain type of link
no setteroverride
providerKey ProviderKey<dynamic, LaunchResponse>
A key representing the provider itself.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags Set<String>
Tags allow us to assign an arbitrary meaning to each launch provider. For example, if it's a social media profile
no setterinherited

Methods

error(Object e) CommunicationResponse
Creates the appropriate error object
inherited
launch([Email? input]) Future<CommunicationResponse>
Launches this app, and returns the appropriate launch response
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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