AFKeySelector constructor

AFKeySelector(
  1. String keyStr
)

Implementation

AFKeySelector(String keyStr) {
  key = Key(keyStr);
}