create method

  1. @override
Future<UserPasswordV1> create (
  1. String correlationId,
  2. UserPasswordV1 item
)
inherited

Creates a data item.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • item an item to be created. Return Future that receives created item Throws error.