getCurrent_Pre method
- ServiceCall call,
- Future<
GetCurrentRequest> request
Implementation
$async.Future<$28.GetCurrentResponse> getCurrent_Pre($grpc.ServiceCall call, $async.Future<$28.GetCurrentRequest> request) async {
return getCurrent(call, await request);
}