showKeyboard method

void showKeyboard(
  1. BuildContext context
)

Implementation

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