showLog method

Future<void> showLog()

Implementation

Future<void> showLog() async {
  if (isRunning && FlExtended().navigatorKey.currentContext != null) {
    await const _LogList().popupBottomSheet();
  }
}