openParticipantScreen method

void openParticipantScreen()

Implementation

void openParticipantScreen() {
  // Get.toNamed(Routes.participants);
  MirrorflyUikit.instance.navigationManager.navigatePushReplacement(
      context: context,
      pageToNavigate: const ParticipantsView(),
      routeName: Constants.participantView);
}