IsolateCustomFunction typedef

IsolateCustomFunction = IsolateFunction<void, dynamic>

Callback for the createCustom's function.

Implementation

typedef IsolateCustomFunction = IsolateFunction<void, dynamic>;