Client constructor

Client()

Implementation

Client() : super(token: _token) {
  _progressManager = ProgressManager();
}