func nativeThriftPackageVersion()

in Sources/Bridget/native.swift [456:464]


  func nativeThriftPackageVersion(completion: @escaping (Result<String, Error>) -> Void)

  ///
  ///   - completion: Result<Bool, Error> wrapping return and following Exceptions: 
  func isMyGuardianEnabled(completion: @escaping (Result<Bool, Error>) -> Void)

}

open class EnvironmentProcessor /* Environment */ {