DirWorkerHandler constructor

DirWorkerHandler({
  1. String appName = 'locorda',
  2. String id = directoryRemoteHandlerId,
})

Implementation

DirWorkerHandler({
  this.appName = 'locorda',
  this.id = directoryRemoteHandlerId,
});