tracking method

dynamic tracking()

Implementation

tracking() {
  Get.to(
    () => DetailTrackingScreen(
      controller: this,
    ),
  );
}