InfoPlistModifier constructor

InfoPlistModifier(
  1. String projectRoot
)

Creates an instance targeting the Flutter project at projectRoot.

Implementation

InfoPlistModifier(this.projectRoot);