Future open({required String messageId}) async { await _options.invokeClient('inbox.open_message', { 'messageId': messageId, }); }