IsolateBlocKiller typedef

IsolateBlocKiller = void Function(String uuid)

Signature for function which takes IsolateBloc's uuid and close it

Implementation

typedef IsolateBlocKiller = void Function(String uuid);