RepositorySingleton class

Inheritance

Constructors

RepositorySingleton()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

feedFrontRepository(String? appId) FeedFrontRepository?
override
feedMenuRepository(String? appId) FeedMenuRepository?
override
feedRepository(String? appId) FeedRepository?
override
flush(String? appId) → void
inherited
memberProfileRepository(String? appId) MemberProfileRepository?
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postCommentRepository(String? appId) PostCommentRepository?
override
postLikeRepository(String? appId) PostLikeRepository?
override
postRepository(String? appId) PostRepository?
override
profileRepository(String? appId) ProfileRepository?
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited