FlashStationServiceBase constructor

FlashStationServiceBase()

Implementation

FlashStationServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.ClaimHardwareIdentityRequest,
          $0.ClaimHardwareIdentityResponse>(
      'ClaimHardwareIdentity',
      claimHardwareIdentity_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.ClaimHardwareIdentityRequest.fromBuffer(value),
      ($0.ClaimHardwareIdentityResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$0.SetHardwareIdentityInfoRequest,
          $0.SetHardwareIdentityInfoResponse>(
      'SetHardwareIdentityInfo',
      setHardwareIdentityInfo_Pre,
      false,
      false,
      ($core.List<$core.int> value) =>
          $0.SetHardwareIdentityInfoRequest.fromBuffer(value),
      ($0.SetHardwareIdentityInfoResponse value) => value.writeToBuffer()));
}