getSelectedItemId method
API to get the ID of selected item.
Return Selected item ID.
Implementation
String? getSelectedItemId() {
return selectedItemId;
}
API to get the ID of selected item.
Return Selected item ID.
String? getSelectedItemId() {
return selectedItemId;
}