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