LocalUserRemoteUserWarden constructor

LocalUserRemoteUserWarden({
  1. WardenType localWardenType = WardenType.USER,
  2. WardenType remoteWardenType = WardenType.USER,
})

Implementation

LocalUserRemoteUserWarden({WardenType localWardenType = WardenType.USER,
    WardenType remoteWardenType = WardenType.USER}) :
  super(localWardenType: localWardenType, remoteWardenType: remoteWardenType);