mixGetError function

String? mixGetError()
const Mix_GetError = SDL_GetError;

Implementation

String? mixGetError() {
  return sdlGetError();
}