fetchProjectConfig method
Implementation
_i2.Future<_i24.ProjectConfig> fetchProjectConfig({
required String cloudProjectId,
}) => caller.callServerEndpoint<_i24.ProjectConfig>(
'projects',
'fetchProjectConfig',
{'cloudProjectId': cloudProjectId},
);