LinkedInLogin class

Created By Guru (guru@smarttersstudio.com) on 27/06/20 3:47 PM

Constructors

LinkedInLogin(BuildContext context, {@required String clientId, @required String clientSecret, @required String redirectUri, String accessToken})

Properties

accessToken String
read / write
clientId String
final
clientSecret String
final
context BuildContext
final
redirectUri String
final
hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getEmail({PreferredSizeWidget appBar, bool destroySession: true, bool forceLogin: false}) Future<LinkedInEmail>
getProfile({PreferredSizeWidget appBar, bool destroySession: true, bool forceLogin: false}) Future<LinkedInProfile>
loginForAccessToken({PreferredSizeWidget appBar, bool destroySession: true}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited