imgGetError function

String? imgGetError()
const IMG_GetError = SDL_GetError;

Implementation

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