onRequestClose method
void
onRequestClose()
Implementation
void onRequestClose() {
context.renderBridgeManager.sendComponentEvent(
rootId,
id,
ModalController.kEventOnRequestClose,
{},
);
}
void onRequestClose() {
context.renderBridgeManager.sendComponentEvent(
rootId,
id,
ModalController.kEventOnRequestClose,
{},
);
}