getRemote abstract method

Future<TEntity?> getRemote(
  1. TKey id
)

Implementation

Future<TEntity?> getRemote(TKey id);