RpcInterface

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class RpcInterface(val stubName: String = "")

Marks interface that defines flow getters and methods.

Properties

Link copied to clipboard

Fully qualified name for generated RPC stub class for this interface.