IsolateInitializer typedef
Given a newly created IsolateRunner, ensures that the isolate(s) that back the Runner are initialized properly
Implementation
typedef IsolateInitializer = FutureOr Function(Runner runner);
Given a newly created IsolateRunner, ensures that the isolate(s) that back the Runner are initialized properly
typedef IsolateInitializer = FutureOr Function(Runner runner);