IsolateCallback<R> typedef

IsolateCallback<R> = FutureOr<bool> Function(R value)

Type for the callback of the isolate.

Implementation

typedef IsolateCallback<R> = FutureOr<bool> Function(R value);