internalFetchRecord abstract method

  1. @protected
Future<RType> internalFetchRecord(
  1. KType id
)

Retrieves the latest copy of the data from an external source

Implementation

@protected
Future<RType> internalFetchRecord(KType id);