PermissionStateFlowRepo
typealias PermissionStateFlowRepo<P> = StateRepo<PermissionState<P>, MutableStateFlow<PermissionState<P>>>
A StateRepo/MutableStateFlow of PermissionState
Parameters
P
the type of Permission of the PermissionState