listPublicKeys_Pre method

Future<ListPublicKeysResponse> listPublicKeys_Pre(
  1. ServiceCall $call,
  2. Future<ListPublicKeysRequest> $request
)

Implementation

$async.Future<$0.ListPublicKeysResponse> listPublicKeys_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.ListPublicKeysRequest> $request) async {
  return listPublicKeys($call, await $request);
}