getCloudMetadata method
Get app-related information about the machine.
var metadata = await machine.getCloudMetadata();
Implementation
Future<CloudMetadata> getCloudMetadata() async {
return await _client.getCloudMetadata(rpb.GetCloudMetadataRequest());
}