changePsk method

ResponseFuture<Empty> changePsk(
  1. AppAccountProto_ChangePskRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.Empty> changePsk($5.AppAccountProto_ChangePskRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$changePsk, request, options: options);
}