open static method

void open()

Opens the NetworkDetailView screen. Used to navigate to the network detail screen in response to tapping on a network in the network list.

Implementation

static void open() {
  _detail.networkDetailCubit.openDetail();
}