getOneById method

  1. @override
Future<UserPasswordV1> getOneById (
  1. String correlationId,
  2. String id
)
inherited

Gets a data item by its unique id.

  • correlationId (optional) transaction id to trace execution through call chain.
  • id an id of data item to be retrieved. Return Future that receives data item or error.