occludeAllTextView static method
This method is used for hiding TextField
value
is boolean.
Implementation
@Deprecated('Use `occludeAllTextFields`')
static Future<void> occludeAllTextView(bool value) async {
await _channel.invokeMethod('occludeAllTextView', {"key": value});
}