localTime property
getter/setter pair
~english The local timestamp when the message is created on the local device, in milliseconds. ~end
~chinese 消息的本地时间戳,单位为毫秒。 ~end
Implementation
int localTime = DateTime.now().millisecondsSinceEpoch;
~english The local timestamp when the message is created on the local device, in milliseconds. ~end
~chinese 消息的本地时间戳,单位为毫秒。 ~end
int localTime = DateTime.now().millisecondsSinceEpoch;