properties_Pre method
- ServiceCall call,
- Future<
PropertiesRequest> request
Implementation
$async.Future<$15.PropertiesResponse> properties_Pre($grpc.ServiceCall call, $async.Future<$15.PropertiesRequest> request) async {
return properties(call, await request);
}