RecordDateServiceUpdate<RType, KType> extension

on

Methods

getRecordOr(KType recordId) FutureOr<RType?>
tryUpdateRecord(KType recordId, Future update(RType? input)) Future<bool>?