getStatistics method

Future<CallStatistics?> getStatistics({
  1. required String callId,
})

Get call statistics

Implementation

Future<CallStatistics?> getStatistics(
    {required String callId}) async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}