getCurrentTime_Pre method
Future<GetCurrentTimeResponse>
getCurrentTime_Pre(
- ServiceCall call,
- Future<
GetCurrentTimeRequest> request
Implementation
$async.Future<$0.GetCurrentTimeResponse> getCurrentTime_Pre(
$grpc.ServiceCall call,
$async.Future<$0.GetCurrentTimeRequest> request) async {
return getCurrentTime(call, await request);
}