ttfGetError function

String? ttfGetError()
const TTF_GetError = SDL_GetError;

Implementation

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