requestToBePromoted method
dynamic
requestToBePromoted()
To be called by a listener and is requesting to be promoted as a speaker
Implementation
requestToBePromoted() {
final result = requestToBePromoted_(data: data);
data = result;
notifyListeners();
}