v1.6.0
- Added
CancellableIsolate.run(), based on the newIsolate.run()method in Dart 2.19.0. - Updated
cancellableComputeto useCancellableIsolate.run()internally. - Increased minimum Dart SDK to 2.19.0.
CancellableIsolate.run(), based on the new Isolate.run() method in Dart 2.19.0.cancellableCompute to use CancellableIsolate.run() internally.