register method

String register(
  1. ChatKeyboardOnKeyboardHeightChange onKeyboardHeightChange
)

Implementation

String register(
  ChatKeyboardOnKeyboardHeightChange onKeyboardHeightChange,
) {
  final id = _uniqueId();
  pageIdMap[id] = onKeyboardHeightChange;
  return id;
}