AndroidPathOptions constructor

AndroidPathOptions({
  1. bool toDefaultDirectory = false,
  2. bool cleanCache = false,
})

Implementation

AndroidPathOptions(
    {this.toDefaultDirectory = false, this.cleanCache = false});