ConferenceCallbackParam1<W> typedef
ConferenceCallbackParam1<W> =
void Function(W w)
Signature for a conference callback with one parameter.
Implementation
typedef ConferenceCallbackParam1<W> = void Function(W w);