create

abstract fun create(coroutineScope: CoroutineScope): BaseKeyboardManager<FH>

Creates KeyboardManager object

Return

The created BaseKeyboardManager

Parameters

coroutineScope

The CoroutineScope managing the keyboard lifecycle.