fetchProject method
- @Deprecated('Use fetchProjectInfo instead')
- 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,
});