Inheritance
Object
PlatformInterface
ShareHandlerPlatform
Implementers
Methods
getInitialSharedMedia ()
→ Future <SharedMedia ? >
Returns the initially stored shared media for single time use on app boot. Use media stream to receive shares while app is active.
NOTE. (iOS only) file attachments are copied to a temp folder and should be deleted after using them.
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordSentMessage ({required String conversationIdentifier , required String conversationName , String ? conversationImageFilePath , String ? serviceName })
→ Future <void >
Records a sent message so the share menu can suggest recipients/conversations to share to.
resetInitialSharedMedia ()
→ Future <void >
Resets the initial shared media to null to prevent duplicate handling.
toString ()
→ String
A string representation of this object.
inherited
zikzak_share_handler_platform_interface 0.0.7