MusicCompletionCallback typedef

MusicCompletionCallback = void Function(int code, String message)

Completion callback type alias.

Implementation

typedef MusicCompletionCallback = void Function(int code, String message);