abstract fun sections(prefix: String!): MutableSet<String!>!
(source)
The names of the sections defined under a given prefix.
prefix
- String!: the key prefix
Return
MutableSet<String!>!: The names of the sections defined under a given prefix.