suspend fun getInstanceAsync()

in shared/src/main/kotlin/org/jetbrains/plugins/template/ChatRepositoryRpcApi.kt [19:21]


        suspend fun getInstanceAsync(): ChatRepositoryRpcApi {
            return RemoteApiProviderService.resolve(remoteApiDescriptor<ChatRepositoryRpcApi>())
        }