getKeyString_Pre method

Future<GetKeyStringResponse> getKeyString_Pre(
  1. ServiceCall $call,
  2. Future<GetKeyStringRequest> $request
)

Implementation

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