TwitterClient constructor

TwitterClient()

Implementation

factory TwitterClient() {
  _startSession();
  return _singleton;
}