AppCenterClient constructor

AppCenterClient(
  1. String _appSecret,
  2. String _installId,
  3. Duration _sendTimeout
)

Implementation

AppCenterClient(this._appSecret, this._installId, this._sendTimeout);