getAudioStats method

  1. @override
List? getAudioStats()
override

Implementation

@override
List<dynamic>? getAudioStats() {
  throw UnsupportedError(
      "The getVideoStats() method is not supported for the character.");
}