getKeyString_Pre method
Future<GetKeyStringResponse>
getKeyString_Pre(
- ServiceCall $call,
- Future<
GetKeyStringRequest> $request
Implementation
$async.Future<$0.GetKeyStringResponse> getKeyString_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.GetKeyStringRequest> $request) async {
return getKeyString($call, await $request);
}