SubscriptionCall typedef

SubscriptionCall = Future<Stream<QueryResult<Object?>>> Function()

A generic class that can provide a subscription resource

Implementation

typedef SubscriptionCall = Future<Stream<QueryResult>> Function();