presentMessenger method
Presents the native Appwin messenger over the host app.
Presents the messenger. See AppwinSupport.presentMessenger.
Implementation
@override
Future<void> presentMessenger() async {
await methodChannel.invokeMethod<void>('presentMessenger');
}