instance property
ImgurHelper?
get
instance
Implementation
static ImgurHelper? get instance {
return _instance ??= ImgurHelper();
}
static ImgurHelper? get instance {
return _instance ??= ImgurHelper();
}