CustomIsolateFunction typedef

CustomIsolateFunction = FutureOr<void> Function(dynamic)

The type of the function of the .createCustom method.

Implementation

typedef CustomIsolateFunction = FutureOr<void> Function(dynamic);