isolateBlocIdGenerator top-level property

IdGenerator isolateBlocIdGenerator
getter/setter pair

This function is used to generate id for IsolateBlocWrapper.

By default uses uuid v4 generator.

Implementation

IdGenerator isolateBlocIdGenerator = const Uuid().v4;