StatisticsCallback typedef
StatisticsCallback =
void Function(FlutterSoundStatistics? statistics)
Implementation
//typedef LogCallback = void Function(FlutterSoundLog log);
///
typedef StatisticsCallback = void Function(FlutterSoundStatistics? statistics);