removeText method

void removeText(
  1. String name
)

Implementation

void removeText(String name) {
  _removeResource('Text', name);
}