ShareSDKPlatform constructor

ShareSDKPlatform({@required int id, @required String name })

Implementation

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