flutter_isolate library

Classes

FlutterIsolate

Functions

flutterCompute<T, U>(FutureOr<T> callback(U message), U message) Future<T>
A function that spawns a flutter isolate and runs the provided callback on that isolate, passes it the provided message, and (eventually) returns the value returned by callback.