Accept an incoming call
Future<void> accept() async { CallPlatform.instance.accept(callsId: id ?? ""); }