getCallRecordWithAudio method

  1. @override
Future<String?> getCallRecordWithAudio(
  1. Map map
)
override

Implementation

@override
Future<String?> getCallRecordWithAudio(map) async {
  final res = await methodChannel.invokeMethod<String>('getCallRecordWithAudio',map);
  return res;
}