PublicApiServiceBase constructor

PublicApiServiceBase()

Implementation

PublicApiServiceBase() {
  $addMethod($grpc.ServiceMethod<$0.Empty, $9.JwtQRCodePair>(
      'GenerateJwtQRCodePair',
      generateJwtQRCodePair_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $0.Empty.fromBuffer(value),
      ($9.JwtQRCodePair value) => value.writeToBuffer()));
}