live<R> abstract method

Stream<Response<T>> live<R>(
  1. String id, [
  2. R? source(
    1. R parent
    )?
])

Implementation

Stream<Response<T>> live<R>(
  String id, [
  R? Function(R parent)? source,
]);