removeTextPlaceholder method

  1. @override
void removeTextPlaceholder()
override

Requests that the client remove the text placeholder.

Implementation

@override
void removeTextPlaceholder() {
  // this is needed for Scribble (Stylus input) in Apple platforms
  // and this package does not implement this feature
}