enableDatabase method
Enables the database for a project.
Implementation
_i2.Future<void> enableDatabase({required String cloudCapsuleId}) =>
caller.callServerEndpoint<void>(
'infraResources',
'enableDatabase',
{'cloudCapsuleId': cloudCapsuleId},
);