currentRoute property

Implementation

Future<AVAudioSessionRouteDescription> get currentRoute async {
  return AVAudioSessionRouteDescription._fromMap(_channel,
      (await _channel.invokeMapMethod<String, dynamic>('getCurrentRoute'))!);
}