onCallLogsUpdated method

void onCallLogsUpdated(
  1. dynamic value
)

Implementation

void onCallLogsUpdated(value) {
  LogMessage.d("onCallLogUpdated", value);
  /*if (Get.isRegistered<DashboardController>()) {
    Get.find<DashboardController>().onCallLogUpdate(value);
  }*/
}