fetchProject method

  1. @Deprecated('Use fetchProjectInfo instead')
Future<Project> fetchProject({
  1. required String cloudProjectId,
})

Fetches the specified project. Its user roles are included in the response.

Implementation

@Deprecated('Use fetchProjectInfo instead')
_i2.Future<_i3.Project> fetchProject({required String cloudProjectId}) =>
    caller.callServerEndpoint<_i3.Project>('projects', 'fetchProject', {
      'cloudProjectId': cloudProjectId,
    });