End an Incoming/Outgoing call with the specified uuid.
@override Future<void> endCall(String uuid) async { await methodChannel.invokeMethod("endCall", {'id': uuid}); }