StatisticsCallback typedef Null safety

void StatisticsCallback(
  1. FlutterSoundStatistics? statistics
)

Implementation

typedef StatisticsCallback = void Function(FlutterSoundStatistics? statistics);