instance property

LineSDK instance
final

The shared singleton object of LineSDK.

Always use this instance (rather than a self-created instance) to interact with the login process of the LINE SDK.

Implementation

static final LineSDK instance = LineSDK._();