DatasetChatRowsLoader typedef
DatasetChatRowsLoader =
Stream<List<Map<String, Object?> > > Function({required List<String> ? namespace, required String table})
Implementation
typedef DatasetChatRowsLoader = Stream<List<Map<String, Object?>>> Function({required List<String>? namespace, required String table});