Events should contain the name of the isolate they originate from.
This can be achieved via Isolate.current.debugName. The name is not guaranteed to be unique but could be helpful in some scenarios.
This is not Flutter specific and should probably be done by default in the Dart plugin.