live<R> abstract method

Stream<Response<T>> live<R>(
  1. String id, {
  2. Map<String, dynamic>? extra,
  3. R? source(
    1. R parent
    )?,
})

Implementation

Stream<Response<T>> live<R>(
  String id, {
  Map<String, dynamic>? extra,
  R? Function(R parent)? source,
});