This method is used for hiding all TextFields
value is boolean.
value
static Future<void> occludeAllTextFields(bool value) async { await _channel.invokeMethod('occludeAllTextFields', {"key": value}); }