Source set: Common
@Deprecated("Use PlatformTextInputModifierNode instead.")
public val LocalTextInputService:
ProvidableCompositionLocal<androidx.compose.ui.text.input.TextInputService?> =
computedNullableDefaultOf {
LocalOwner.currentValue.textInputService
}
The CompositionLocal to provide communication with platform text input service.