getStatistics method
Get call statistics
Implementation
Future<CallStatistics?> getStatistics() async {
return CallPlatform.instance.getStatistics(callId: id ?? "");
}
Get call statistics
Future<CallStatistics?> getStatistics() async {
return CallPlatform.instance.getStatistics(callId: id ?? "");
}