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