SocialToken constructor

SocialToken({
  1. String? token,
})

Returns a new SocialToken instance.

Implementation

SocialToken({
  this.token,
});