setType method

Intent setType(
  1. String? type
)

Implementation

Intent setType(String? type) {
  _data = null;
  _type = type;
  return this;
}