ConnectLocalSocketOptions constructor

ConnectLocalSocketOptions({
  1. required String link,
  2. String? appKey,
  3. String? apiUserName,
  4. String? apiKey,
})

Implementation

ConnectLocalSocketOptions({
  required this.link,
  this.appKey,
  this.apiUserName,
  this.apiKey,
});