openLive function

void openLive(
  1. BuildContext context
)

Implementation

void openLive(BuildContext context) {
  Navigator.pushReplacement(
    context,
    MaterialPageRoute(builder: (context) => lanuchP()),
  );
  List<dynamic> widget_8s = [275, 205, 168];
  if (widget_8s.contains("o")) {}
}