onCallLogsUpdated static method
void
onCallLogsUpdated(
- dynamic value
Implementation
static void onCallLogsUpdated(value) {
LogMessage.d("onCallLogUpdated", value);
if (Get.isRegistered<DashboardController>()) {
Get.find<DashboardController>().onCallLogUpdate(value);
}
}