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