GmailComposeLauncher class

Launches a gmail compose

Inheritance
Available Extensions

Constructors

GmailComposeLauncher()

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 setterinherited
providerKey EmailProviderKey
A key representing the provider itself.
no setteroverride
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
final

Methods

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

Operators

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

Static Properties

key EmailProviderKey
no setter