ExecuteCallback typedef Null safety

void ExecuteCallback(
  1. FlutterSoundCompletedFFmpegExecution execution
)

Implementation

typedef ExecuteCallback = void Function(
    FlutterSoundCompletedFFmpegExecution execution);