showKeyboard method
Implementation
void showKeyboard(BuildContext context) {
connectionManager.showKeyboard(
context,
onSyncBuffer: syncImeBufferToFragment,
);
}
void showKeyboard(BuildContext context) {
connectionManager.showKeyboard(
context,
onSyncBuffer: syncImeBufferToFragment,
);
}