/users
/posts
/slides
/apps
/books
mysetting
/users
/posts
/slides
/apps
/books
2022-11-08 09:15
류지훈
모바일 개발@인핸드플러스
싱글톤 패턴 클래스 생성 - Singleton Pattern
class ChatUtil {
static final ChatUtil _chatUtil = ChatUtil._internal();
factory ChatUtil() {
return _chatUtil;
}
Ch...
더보기
Flutter
kotlin
Singleton
싱글톤패턴
+ 더보기
대부류 - [Dev u Ryu]
0
0
0
댓글
댓글 달기
About
Badge
Contact
Activity
Terms of service
Privacy Policy