IsolateEntryPoint<T> typedef

IsolateEntryPoint<T> = FutureOr<void> Function(IsolateContext context)

Typedef for a function which will be called in Isolate.

Implementation

typedef IsolateEntryPoint<T> = FutureOr<void> Function(IsolateContext context);