serverTime property
getter/setter pair
~english The timestamp when the message is received by the server. ~end
~chinese 消息的服务器时间戳,单位为毫秒。 ~end
Implementation
int serverTime = DateTime.now().millisecondsSinceEpoch;
~english The timestamp when the message is received by the server. ~end
~chinese 消息的服务器时间戳,单位为毫秒。 ~end
int serverTime = DateTime.now().millisecondsSinceEpoch;