fun getInstance()

in backend/src/main/kotlin/org/jetbrains/plugins/template/BackendChatRepositoryModel.kt [21:23]


        fun getInstance(project: Project): BackendChatRepositoryModel {
            return project.getService(BackendChatRepositoryModel::class.java)
        }