getAllForRelationById<S> abstract method

Future<List<T>> getAllForRelationById<S>(
  1. int id
)

Implementation

Future<List<T>> getAllForRelationById<S>(int id);