fetchProjectConfig method

Future<ProjectConfig> fetchProjectConfig({
  1. required String cloudProjectId,
})

Implementation

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