getTextPlainPart method
Retrieves the first builder with a text/plain part.
Note that only this builder and direct children are queried.
Implementation
PartBuilder? getTextPlainPart() {
return getPart(MediaSubtype.textPlain);
}
Retrieves the first builder with a text/plain part.
Note that only this builder and direct children are queried.
PartBuilder? getTextPlainPart() {
return getPart(MediaSubtype.textPlain);
}