We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4e684 commit a70c463Copy full SHA for a70c463
packages/stream_feeds/lib/src/feeds_client.dart
@@ -300,7 +300,11 @@ abstract interface class StreamFeedsClient {
300
/// ```
301
///
302
/// Returns an [Activity] instance that can be used to interact with the specified activity.
303
- Activity activity({required String activityId, required FeedId fid});
+ Activity activity({
304
+ required String activityId,
305
+ required FeedId fid,
306
+ ActivityData? initialData,
307
+ });
308
309
/// Creates an activity list instance based on the provided [query].
310
0 commit comments