demoOrganisationFeedPage method
[Widget] demoOrganisationFeedPage(
- [[BuildContext] context]
)
function returns a widget that shows the feed of the organization.
params:
context
: build context of the widget.
returns:
Widget
: returns a widget that shows the feed of the organization.
Implementation
Widget demoOrganisationFeedPage(BuildContext context)
- talawa
- organization_feed_demo
- DemoOrganizationFeed
- demoOrganisationFeedPage method