followingRepository function

FollowingRepository? followingRepository({
  1. String? appId,
})

Implementation

FollowingRepository? followingRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.followingRepository(appId);