createStream method
- QueryStreamFetcher stmt
Creates and auto-updating stream from the given select statement. This method should not be used directly.
Implementation
Stream<List<Map<String, Object?>>> createStream(QueryStreamFetcher stmt) =>
streamQueries.registerStream(stmt);