FlutterShareMe class

Constructors

FlutterShareMe()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareToFacebook({String msg = '', String url = ''}) Future<String?>
share to facebook
shareToSystem({required String msg}) Future<String?>
use system share ui
shareToTwitter({String msg = '', String url = ''}) Future<String?>
share to twitter
shareToWhatsApp({String msg = '', String imagePath = ''}) Future<String?>
share to WhatsApp imagePath is local image
shareToWhatsApp4Biz({String msg = '', String imagePath = ''}) Future<String?>
share to WhatsApp4Biz imagePath is local image
toString() String
A string representation of this object.
inherited

Operators

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