mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Page three data transfer (#105)
This commit is contained in:
committed by
Andrew Brogdon
parent
3d40fa9fb2
commit
52efc7cfd6
@@ -110,6 +110,7 @@ class InfiniteProcessIsolateController extends ChangeNotifier {
|
||||
Future<void> start() async {
|
||||
if (_running == false && _paused == false) {
|
||||
await createIsolate();
|
||||
if (newIsolate == null) return;
|
||||
listen();
|
||||
_running = true;
|
||||
notifyListeners();
|
||||
|
||||
Reference in New Issue
Block a user