listStores_Pre method

Future<ListStoresResponse> listStores_Pre(
  1. ServiceCall call,
  2. Future<ListStoresRequest> request
)

Implementation

$async.Future<$0.ListStoresResponse> listStores_Pre($grpc.ServiceCall call,
    $async.Future<$0.ListStoresRequest> request) async {
  return listStores(call, await request);
}