Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
40 views

Can’t cancel a stream subscription

I have this code: import 'dart:async'; import 'dart:math'; class TestService { Random random = Random(); StreamController<double> streamController = StreamController<double>(); ...
RJ84's user avatar
  • 3