opt: uniform name
This commit is contained in:
parent
a601e3b241
commit
850c4bcbbf
4 changed files with 7 additions and 6 deletions
|
|
@ -399,8 +399,8 @@ impl InvokeUiSession for FlutterHandler {
|
|||
self.push_event("on_voice_call_start", [].into());
|
||||
}
|
||||
|
||||
fn on_voice_call_stop(&self, reason: &str) {
|
||||
self.push_event("on_voice_call_stop", [("reason", reason)].into())
|
||||
fn on_voice_call_closed(&self, reason: &str) {
|
||||
self.push_event("on_voice_call_closed", [("reason", reason)].into())
|
||||
}
|
||||
|
||||
fn on_voice_call_waiting(&self) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue