fix: remove miss-put tone parameter from stopCallService method
This commit is contained in:
parent
ab5df9fd28
commit
7a0209e33a
1 changed files with 1 additions and 1 deletions
|
|
@ -88,6 +88,6 @@ class LiblinphoneFlutter {
|
|||
Future<bool> sendDtmf(String tone) async =>
|
||||
LiblinphoneFlutterPlatform.instance.sendDtmf(tone);
|
||||
|
||||
Future<bool> stopCallService(String tone) async =>
|
||||
Future<bool> stopCallService() async =>
|
||||
LiblinphoneFlutterPlatform.instance.stopCallService();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue