presentCommunity method

  1. @override
Future<void> presentCommunity()
override

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

@override
Future<void> presentCommunity() async {
  await methodChannel.invokeMethod<void>('presentCommunity');
}