listStores_Pre method

Future<ListStoresResponse_> listStores_Pre(
  1. ServiceCall call,
  2. Future<ListStoresRequest_> request
)

Implementation

$async.Future<$1.ListStoresResponse_> listStores_Pre($grpc.ServiceCall call,
    $async.Future<$1.ListStoresRequest_> request) async {
  return listStores(call, await request);
}