AudioRouteChangedEvent constructor

const AudioRouteChangedEvent({
  1. required List<AudioRouteData> routes,
})

Constructor

Implementation

const AudioRouteChangedEvent({required this.routes});