bindStringDecoder

@Binds
abstract fun bindStringDecoder(uriDecoder: UriDecoder): StringDecoder

Binds the provided UriDecoder instance as the implementation for StringDecoder.

Parameters

uriDecoder

The instance of UriDecoder to be bound as StringDecoder.