menu
linklytics_flutter package
documentation
community/controllers/community_controller.dart
CommunityController
openCommunity method
openCommunity method
dark_mode
light_mode
openCommunity
method
void
openCommunity
(
Community
c
)
Implementation
void openCommunity(Community c) { community.value = c; loadPosts(); }
linklytics_flutter package
documentation
community/controllers/community_controller
CommunityController
openCommunity method
CommunityController class