followRequestsDashboardRepository function

FollowRequestsDashboardRepository? followRequestsDashboardRepository({
  1. String? appId,
})

Implementation

FollowRequestsDashboardRepository? followRequestsDashboardRepository(
        {String? appId}) =>
    AbstractRepositorySingleton.singleton
        .followRequestsDashboardRepository(appId);