audioTypes constant

List<String> const audioTypes

Implementation

static const List<String> audioTypes = [
  "mp3",
  "wav",
  "wma",
  "m4a",
];