async<Q, R> static method
(方法,参数) 方法是顶级的方法
Implementation
static Future<R> async<Q, R>(ComputeCallback<Q, R> callback, Q message, {String? debugLabel}) {
return compute(callback, message, debugLabel: debugLabel);
}
(方法,参数) 方法是顶级的方法
static Future<R> async<Q, R>(ComputeCallback<Q, R> callback, Q message, {String? debugLabel}) {
return compute(callback, message, debugLabel: debugLabel);
}