playFile method
Play file to remote side of the specified call or local speaker (when specified 'callId=0')
Implementation
Future<int?> playFile(int callId, String pathToMp3File, bool loop) {
return _platform.playFile(callId, pathToMp3File, loop);
}