FlutterSharingIntent class

Constructors

FlutterSharingIntent()
factory

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

getInitialSharing() Future<List<SharedFile>>
Returns a Future, which completes to one of the following: NOTE. The returned media on iOS (iOS ONLY) is already copied to a temp folder. So, you need to delete the file after you finish using it
getMediaStream() Stream<List<SharedFile>>
Sets up a broadcast stream for receiving incoming media share change events.
getPlatformVersion() Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Call this method if you already consumed the callback and don't want the same callback again
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterSharingIntent
getter/setter pair