removeExpectedParticipantData method
Remove expected participant data to be input by users.
Returns true if the expectedData
has been removed;
false if it is not included in this configuration.
Implementation
bool removeExpectedParticipantData(ExpectedParticipantData expectedData) =>
expectedParticipantData!.remove(expectedData);