presentCommunity method
Presents the community full screen over the app.
For apps with no dedicated tab; the expected integration goes through le widget AppwinCommunityView.
Implementation
@override
Future<void> presentCommunity() async {
await methodChannel.invokeMethod<void>('presentCommunity');
}