static Future<void> cancelMessage(Message message) async { await _channel.invokeMethod('cancelMessage', [jsonEncode(message.messageId)]); }