TEXT_MESSAGE_APP constant
PortNum
const TEXT_MESSAGE_APP
A simple UTF-8 text message, which even the little micros in the mesh can understand and show on their screen eventually in some circumstances even signal might send messages in this form (see below) ENCODING: UTF-8 Plaintext (?)
Implementation
static const PortNum TEXT_MESSAGE_APP =
PortNum._(1, _omitEnumNames ? '' : 'TEXT_MESSAGE_APP');