Skip to content

Commit

Permalink
Fix another 'LateInitializationError' exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
tools400 committed Dec 23, 2024
1 parent f61dbf5 commit dfe3d6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class _CharacteristicInteractionDialogState extends State<_CharacteristicInterac
late String writeOutput;
late String subscribeOutput;
late TextEditingController textEditingController;
late StreamSubscription<List<int>>? subscribeStream;
StreamSubscription<List<int>>? subscribeStream;

@override
void initState() {
Expand Down

0 comments on commit dfe3d6c

Please sign in to comment.