showPendingMessage method
void
showPendingMessage()
Shows the currently enqueued message, if any. This removes the message from the queue.
Implementation
void showPendingMessage() async {
await _channel.invokeMethod('messaging.showPendingMessage');
}