FacebookShare class

Facebook sharing functionality.

Properties

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

Methods

init({String? appId, String? clientToken}) Future<void>
Initialize Facebook SDK with credentials.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareImage(String imagePath, {String? caption}) Future<ShareResult>
Share an image to Facebook with optional caption.
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FacebookShare
no setter