ShareFlutterApi class abstract

原生端调用flutter的方法集

Implementers

Constructors

ShareFlutterApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isAppInstallCallBack(bool isInstall) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerCallBack(ShareEnumContainer enumContainer) → void
注册回调
shareCallBack(ShareEnumContainer enumContainer, String message) → void
分享回调
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

setup(ShareFlutterApi? api, {BinaryMessenger? binaryMessenger}) → void

Constants

codec → const MessageCodec<Object?>