runCompute<Q, R> static method
Implementation
static Future<R> runCompute<Q, R>(
fd.ComputeCallback<Q, R> callback,
Q message, {
String? debugLabel,
}) {
return fd.compute(callback, message, debugLabel: debugLabel);
}
static Future<R> runCompute<Q, R>(
fd.ComputeCallback<Q, R> callback,
Q message, {
String? debugLabel,
}) {
return fd.compute(callback, message, debugLabel: debugLabel);
}