presentMessageDetail static method
Presents the full-screen message detail view for the given message.
Implementation
static Future<void> presentMessageDetail(Message message) async {
return _channel.invokeMethod('presentMessageDetail', message.toMap());
}