getRemote method

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

Implementation

@override
Future<TEntity?> getRemote(TKey id) async {
  return null;
}