ShareSDKMethod constructor
Implementation
ShareSDKMethod({@required this.name, @required this.id})
: assert(name != null && id != null),
super();
ShareSDKMethod({@required this.name, @required this.id})
: assert(name != null && id != null),
super();