IsolateFunction<R, P> typedef

IsolateFunction<R, P> = FutureOr<R> Function(P params)

The type of the function of the .create method.

Implementation

typedef IsolateFunction<R, P> = FutureOr<R> Function(P params);