tryRefreshRecord method

Future<RType>? tryRefreshRecord(
  1. KType recordId
)

Implementation

Future<RType>? tryRefreshRecord(KType recordId) {
  return exec((() => tryGetService(recordId)?.refresh()));
}