getCurrentCallDuration method

Future<int?> getCurrentCallDuration()

This method is used to get current call duration only for Android.

Implementation

Future<int?> getCurrentCallDuration() async {
  throw UnimplementedError(
      'getCurrentCallDuration has not been implemented.');
}