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.

Implementation

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