setPackage method

dynamic setPackage(
  1. String package
)

Explicitly sets package information using which Intent to be resolved, preventing chooser from showing up

Implementation

setPackage(String package) => this._package = package;