static Future<void> markMessageAsRead(Message message) async { return _channel.invokeMethod('markMessageAsRead', message.toMap()); }