BiometricStorageFile constructor

BiometricStorageFile(
  1. BiometricStorage _plugin,
  2. String name,
  3. PromptInfo defaultPromptInfo
)

Implementation

BiometricStorageFile(this._plugin, this.name, this.defaultPromptInfo);