followRequestRepository function

FollowRequestRepository? followRequestRepository({
  1. String? appId,
})

Implementation

FollowRequestRepository? followRequestRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.followRequestRepository(appId);