IOSConfigHandler constructor

IOSConfigHandler(
  1. String filePath
)

Implementation

IOSConfigHandler(String filePath) {
  _filePath = filePath;
}