ShareRegister class
Model used to register the platforms
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
platformsInfo
→ Map<
int, Map< String, String> > -
final
- 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
-
setupFacebook(
String appId, String appSecret, String appUniversalLink) → void - set up facebook platform info
-
setupTwitter(
String appId, String appSecret, String appUniversalLink) → void - set up twitter platform info
-
setupWechat(
String appId, String appSecret, String appUniversalLink) → void - set up wechat platform info
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited