We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc94232 commit a939c40Copy full SHA for a939c40
lib/others/science_lab_common.dart
@@ -6,8 +6,8 @@ class ScienceLabCommon {
6
static late ScienceLab _scienceLab;
7
static late CommunicationHandler communicationHandler;
8
9
- ScienceLabCommon(CommunicationHandler communicationHandler) {
10
- communicationHandler = communicationHandler;
+ ScienceLabCommon(CommunicationHandler mCommunicationHandler) {
+ communicationHandler = mCommunicationHandler;
11
_scienceLab = ScienceLab(communicationHandler);
12
}
13
0 commit comments