compute<Q, R> abstract method
The compute function, used in the same way as Flutter's compute function, but for a long lived isolate.
Implementation
Future<R> compute<Q, R>(
IsolateCallback<Q, R> callback,
Q message, {
String? debugLabel,
});