internalUpdate abstract method

Future<RType> internalUpdate(
  1. KType id,
  2. UType update
)

Implementation

Future<RType> internalUpdate(KType id, UType update);