startListening

abstract fun startListening()

Starts listening the changes of state of permissions.

Ideally it automatically starts listening lazily when getMultiplePermissionState method is used for the first time. But this can be used to start to listen again after stopping listening with stopListening.