RegisterGesturesShareOptions class

隔空传送分享注册参数

Constructors

RegisterGesturesShareOptions({required String imagePath, String? appLink, String? title, String? description})

Properties

App Linking 链接(可选)
final
description String?
分享描述(可选)
final
hashCode int
The hash code for this object.
no setterinherited
imagePath String
要分享的图片路径(本地文件路径)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
分享标题(可选)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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