presentCommunity method

Future<void> presentCommunity()

Presents the community full screen over the app.

For apps with no dedicated tab; the expected integration goes through le widget AppwinCommunityView. Presents the feed full screen. See AppwinCommunity.presentCommunity.

Implementation

Future<void> presentCommunity() {
  throw UnimplementedError('presentCommunity() has not been implemented.');
}