OAuthTwitter constructor

OAuthTwitter(
  1. String _apiKey,
  2. String _apiSecret,
  3. String _callBackUrl
)

Implementation

OAuthTwitter(this._apiKey, this._apiSecret, this._callBackUrl);