Adds metadata to the session
@override void addMetadata(String key, dynamic value) { if (!_completed) { metadata[key] = value; } }